Skip to content

Commit

Permalink
Fix checkstyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 committed Mar 9, 2020
1 parent 37292c5 commit 28f4d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -122,7 +122,8 @@ public DomainResult createCollectionFecthDomainResult(
null,
jdbcMapping.getJavaTypeDescriptor()
);
}else {
}
else {
return createDomainResult( collectionPath, tableGroup, creationState );
}
}
Expand Down
Expand Up @@ -177,7 +177,8 @@ else if ( keyCollectionValue != null ) {
LoggingHelper.toLoggableString( getNavigablePath(), this.collectionKey.getKey() )
);
}
}else {
}
else {
this.collectionKey = new CollectionKey(
collectionAttributeMapping.getCollectionDescriptor(),
parentAccess.getParentKey()
Expand Down

0 comments on commit 28f4d62

Please sign in to comment.