1
0
Fork 0

Fix annotation

This commit is contained in:
hpi1 2018-08-31 09:42:19 +03:00
parent c0b83a05c6
commit 870bcf66e1
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ public final class ManagedCopy {
throw new MCException();
}
/** @deprecated */
/** @Deprecated */
public ManagedCopy() {
logger.unimplemented("*");
}
@ -117,7 +117,7 @@ public final class ManagedCopy {
}
/** @deprecated */
/** @Deprecated */
public boolean IsMCMSupported() {
return false;
}