X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=blobdiff_plain;f=source%2Fmircoders%2Flocalizer%2FMirAdminInterfaceLocalizer.java;h=0377c705415f6a36c4e234633d676a984145807f;hp=3c5880dd05bbe1ea834e72c861bc19bc0cbd34db;hb=42680c1f9fe3250bcbd0f9ed5d9dee6188333b15;hpb=d3e3f0ffeefd8692277d9a82af477a64ae85e118 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. */