Skip to content
Snippets Groups Projects
Commit 6076049f authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Now a stable API according to our rules!

parent 8c1e2564
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@
import org.xwiki.model.reference.DocumentReference;
import org.xwiki.model.reference.EntityReference;
import org.xwiki.script.service.ScriptService;
import org.xwiki.stability.Unstable;
import com.xpn.xwiki.XWiki;
import com.xpn.xwiki.XWikiContext;
......@@ -159,7 +158,6 @@ public boolean deleteMessage(String id)
* @return true if the Message Stream feature is active or false otherwise
* @since 8.4RC1
*/
@Unstable
public boolean isActive()
{
boolean result = false;
......
......@@ -21,7 +21,6 @@
import org.xwiki.component.annotation.Role;
import org.xwiki.model.reference.DocumentReference;
import org.xwiki.stability.Unstable;
import com.xpn.xwiki.doc.XWikiDocument;
......@@ -32,7 +31,6 @@
* @since 8.2.1
*/
@Role
@Unstable
public interface RatingsConfiguration
{
/**
......
......@@ -31,7 +31,6 @@
import org.xwiki.model.reference.SpaceReference;
import org.xwiki.ratings.RatingsConfiguration;
import org.xwiki.ratings.RatingsManager;
import org.xwiki.stability.Unstable;
import com.xpn.xwiki.XWikiContext;
import com.xpn.xwiki.XWikiException;
......@@ -47,7 +46,6 @@
*/
@Component
@Singleton
@Unstable
public class DefaultRatingsConfiguration implements RatingsConfiguration
{
@Inject
......
......@@ -37,7 +37,6 @@
import org.xwiki.ratings.RatingsConfiguration;
import org.xwiki.ratings.RatingsManager;
import org.xwiki.script.service.ScriptService;
import org.xwiki.stability.Unstable;
import com.xpn.xwiki.XWikiContext;
import com.xpn.xwiki.api.Document;
......@@ -410,7 +409,6 @@ public AverageRatingApi getUserReputation(DocumentReference username)
* @return the configuration document
* @since 8.2.1
*/
@Unstable
public Document getConfigurationDocument(DocumentReference documentReference)
{
return ratingsConfiguration.getConfigurationDocument(documentReference).newDocument(getXWikiContext());
......
......@@ -24,7 +24,6 @@
import java.io.InputStream;
import org.xwiki.component.annotation.Role;
import org.xwiki.stability.Unstable;
/**
* Interface used to read and write temporary resources.
......@@ -35,7 +34,6 @@
* @since 8.3
*/
@Role
@Unstable
public interface TemporaryResourceStore
{
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment