Making IDKey package private. Which means it needs to move into builder

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@753619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-03-14 09:26:01 +00:00
parent 9ec9d423fa
commit ebeafe7dd0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
* identityHashCodes that can occur.
*
*/
public final class IDKey {
final class IDKey {
private final Object value;
private final int id;