Skip to content

Commit

Permalink
HV-395
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Nov 29, 2010
1 parent 1d0a20d commit 7d0ac23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/hibernate/jsr303/tck/util/TestUtil.java
Expand Up @@ -409,7 +409,6 @@ private static void updateNodeIndexOrKey(String indexOrKey, NodeImpl node) {
try {
Integer i = Integer.parseInt( indexOrKey );
node.setIndex( i );
node.setKey( i );
}
catch ( NumberFormatException e ) {
node.setKey( indexOrKey );
Expand Down

0 comments on commit 7d0ac23

Please sign in to comment.