*** empty log message ***

This commit is contained in:
Elias Naur 2005-02-17 12:48:06 +00:00
parent 2d5c4cf934
commit 2d4c68d037

View file

@ -63,7 +63,7 @@ public class BufferChecks {
*/
public static void checkFunctionAddress(long pointer) {
if (pointer == 0) {
throw new IllegalStateException("Function is unsupported");
throw new IllegalStateException("Function is not supported");
}
}