Skip to content

Commit

Permalink
Fic for FORGE-572
Browse files Browse the repository at this point in the history
  • Loading branch information
rimolive committed Sep 12, 2012
1 parent dca4768 commit aa0dbde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ private void setPrimaryKeyMetaData(Map<Object, Object> context, final JavaClass
Field<?> field = (Field<?>) m;
pkName = field.getName();
pkType = field.getType();
nullablePkType = field.getType();
break;
}

Expand Down

0 comments on commit aa0dbde

Please sign in to comment.