You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/03/14 10:26:03 UTC

svn commit: r753619 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/IDKey.java

Author: bayard
Date: Sat Mar 14 09:26:01 2009
New Revision: 753619

URL: http://svn.apache.org/viewvc?rev=753619&view=rev
Log:
Making IDKey package private. Which means it needs to move into builder

Modified:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/IDKey.java

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/IDKey.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/IDKey.java?rev=753619&r1=753618&r2=753619&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/IDKey.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/IDKey.java Sat Mar 14 09:26:01 2009
@@ -28,7 +28,7 @@
 * identityHashCodes that can occur.
 *  
 */ 
-public final class IDKey {
+final class IDKey {
         private final Object value;
         private final int id;