Fix up documentation of VersionCheckHandler - it only ever accepted a String and only works on the NetworkMod annotated class

This commit is contained in:
Christian 2013-10-20 11:45:00 +02:00
parent 09c7df2bb3
commit cfb78d482a

View file

@ -75,8 +75,9 @@ public @interface NetworkMod
/** /**
* A marker for a method that will be offered the client's version string * A marker for a method that will be offered the client's version string
* if more sophisticated version rejection handling is required: * if more sophisticated version rejection handling is required:
* The method should accept a "String", a "NetworkManager" and return a boolean true * The method should accept a "String" (the version) and return a boolean true
* if the version can be accepted. * if the version can be accepted.
* It can only be applied to the {@link NetworkMod} annotated class.
* @author cpw * @author cpw
* *
*/ */