Skip to content

Commit

Permalink
Fixing consistency check
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jan 8, 2015
1 parent f04c400 commit 819b9a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -408,7 +408,7 @@ public void checkConsistenceInternal(Itemable rootItem, boolean requireDefinitio
throw new IllegalStateException("Null values in ResourceAttributeContainer");
}
if (values.isEmpty()) {
throw new IllegalStateException("Empty values in ResourceAttributeContainer");
return;
}
if (values.size() > 1) {
throw new IllegalStateException(values.size()+" values in ResourceAttributeContainer, expected just one");
Expand Down

0 comments on commit 819b9a4

Please sign in to comment.