Fix typo in object permission type name.

This commit is contained in:
Michael Jumper
2013-01-30 12:55:16 -08:00
parent 6c866ac058
commit 77f02d6248

View File

@@ -71,7 +71,7 @@ public interface ObjectPermission<T> extends Permission<ObjectPermission.Type> {
/** /**
* Change who has access to an object. * Change who has access to an object.
*/ */
ADMINSTER ADMINISTER
} }