Grammar - Fixes #1598

This commit is contained in:
Trustin Lee 2013-07-18 10:49:37 +09:00
parent 568166d554
commit ef17a9c5d4
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public final class ResourceLeakDetector<T> {
logger.warn(
"LEAK: " + resourceType + " was GC'd before being released correctly. " +
"The following stack trace shows where the leaked object was created, " +
"rather than who failed to release it where.", ref.exception);
"rather than where you failed to release it.", ref.exception);
}
}
}