X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Flocalizer%2FMirAdminInterfaceLocalizer.java;h=0377c705415f6a36c4e234633d676a984145807f;hb=42680c1f9fe3250bcbd0f9ed5d9dee6188333b15;hp=3c5880dd05bbe1ea834e72c861bc19bc0cbd34db;hpb=6b6b6215ebe066b81f1fa6b0c71a532ca7b4fc3f;p=mir.git diff --git a/source/mircoders/localizer/MirAdminInterfaceLocalizer.java b/source/mircoders/localizer/MirAdminInterfaceLocalizer.java index 3c5880dd..0377c705 100755 --- a/source/mircoders/localizer/MirAdminInterfaceLocalizer.java +++ b/source/mircoders/localizer/MirAdminInterfaceLocalizer.java @@ -91,16 +91,16 @@ public interface MirAdminInterfaceLocalizer { public List getPreviewPages(EntityAdapter anArticle) throws MirLocalizerExc, MirLocalizerFailure; /** - * Get the {@link List} of {@link MirSimpleEntityOperation}s available for comments + * Get the {@link List} of {@link EntityOperation}s available for comments */ public List simpleCommentOperations(); /** - * Get the {@link List} of {@link MirSimpleEntityOperation}s available for articles + * Get the {@link List} of {@link EntityOperation}s available for articles */ public List simpleArticleOperations(); - public interface MirSimpleEntityOperation { + public interface EntityOperation { /** * Returns the name of the operation. Must be unique and immutable. */