Skip to content

Commit

Permalink
Issue #50 Stop checking for undefined fields in serialPersistentFields
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Gold <russell.gold@oracle.com>
  • Loading branch information
russgold committed Apr 12, 2019
1 parent 2713f31 commit 679217f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rmic/src/main/java/org/glassfish/rmic/iiop/ValueType.java
Original file line number Diff line number Diff line change
Expand Up @@ -425,15 +425,6 @@ private boolean checkPersistentFields (Class clz, boolean quiet) {
}
}

// Ok, we've checked all of our fields. Are there any left in the "array"?
// If so, it's an error...

if (result && fields.size() > 0) {

result = false;
failedConstraint(9,quiet,stack,getQualifiedName());
}

// Return result...

return result;
Expand Down

0 comments on commit 679217f

Please sign in to comment.