Updated error message

This commit is contained in:
Trustin Lee 2008-08-19 14:02:27 +00:00
parent e53b802def
commit 4247232f51

View File

@ -85,7 +85,7 @@ class NioProviderMetadata {
if (CONSTRAINT_LEVEL < 0 || CONSTRAINT_LEVEL > 2) {
throw new Error(
"Unexpected wakeup requirement level: " +
"Unexpected NIO constraint level: " +
CONSTRAINT_LEVEL + ", please report this error.");
}
}