Skip to content
Snippets Groups Projects
Commit 93db7919 authored by tmortagne's avatar tmortagne
Browse files

[Misc] Removed @Unstable annotation according to our rule (been there for more than a full cycle)

parent c325eb75
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
package org.xwiki.wiki.configuration; package org.xwiki.wiki.configuration;
import org.xwiki.component.annotation.Role; import org.xwiki.component.annotation.Role;
import org.xwiki.stability.Unstable;
/** /**
* Configuration options for the Wiki module. * Configuration options for the Wiki module.
...@@ -29,7 +28,6 @@ ...@@ -29,7 +28,6 @@
* @since 5.4.4 * @since 5.4.4
*/ */
@Role @Role
@Unstable
public interface WikiConfiguration public interface WikiConfiguration
{ {
/** /**
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
import java.util.Collection; import java.util.Collection;
import org.xwiki.component.annotation.Role; import org.xwiki.component.annotation.Role;
import org.xwiki.stability.Unstable;
import org.xwiki.wiki.manager.WikiManagerException; import org.xwiki.wiki.manager.WikiManagerException;
/** /**
...@@ -32,7 +31,6 @@ ...@@ -32,7 +31,6 @@
* @since 5.3M2 * @since 5.3M2
*/ */
@Role @Role
@Unstable
public interface WikiDescriptorManager public interface WikiDescriptorManager
{ {
/** /**
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
package org.xwiki.wiki.manager; package org.xwiki.wiki.manager;
import org.xwiki.component.annotation.Role; import org.xwiki.component.annotation.Role;
import org.xwiki.stability.Unstable;
import org.xwiki.wiki.descriptor.WikiDescriptor; import org.xwiki.wiki.descriptor.WikiDescriptor;
/** /**
...@@ -30,7 +29,6 @@ ...@@ -30,7 +29,6 @@
* @since 5.3M2 * @since 5.3M2
*/ */
@Role @Role
@Unstable
public interface WikiManager public interface WikiManager
{ {
/** /**
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
import java.util.List; import java.util.List;
import org.xwiki.component.annotation.Role; import org.xwiki.component.annotation.Role;
import org.xwiki.stability.Unstable;
/** /**
* Executor that manage jobs that provision wikis. * Executor that manage jobs that provision wikis.
...@@ -31,7 +30,6 @@ ...@@ -31,7 +30,6 @@
* @version $Id$ * @version $Id$
*/ */
@Role @Role
@Unstable
public interface WikiProvisioningJobExecutor public interface WikiProvisioningJobExecutor
{ {
/** /**
......
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