Skip to content
Snippets Groups Projects
Commit e49d585e authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[misc] Remove expired @Unstable annotations

parent 96caad05
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
import org.apache.commons.lang3.builder.EqualsBuilder; import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder; import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.xwiki.resource.CreateResourceReferenceException; import org.xwiki.resource.CreateResourceReferenceException;
import org.xwiki.stability.Unstable;
import org.xwiki.velocity.tools.EscapeTool; import org.xwiki.velocity.tools.EscapeTool;
/** /**
...@@ -45,7 +44,6 @@ ...@@ -45,7 +44,6 @@
* @version $Id$ * @version $Id$
* @since 6.1M2 * @since 6.1M2
*/ */
@Unstable
public class ExtendedURL implements Cloneable public class ExtendedURL implements Cloneable
{ {
/** /**
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
package org.xwiki.url; package org.xwiki.url;
import org.xwiki.component.annotation.Role; import org.xwiki.component.annotation.Role;
import org.xwiki.stability.Unstable;
/** /**
* Normalize a relative URL. Various implementations can exist, for example one implementation may normalize the passed * Normalize a relative URL. Various implementations can exist, for example one implementation may normalize the passed
...@@ -37,7 +36,6 @@ ...@@ -37,7 +36,6 @@
* @since 6.1M2 * @since 6.1M2
*/ */
@Role @Role
@Unstable
public interface URLNormalizer<T> public interface URLNormalizer<T>
{ {
/** /**
......
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