Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
java 1.6 compatibility
  • Loading branch information
KSXT7470 authored and janschaefer committed Jun 15, 2017
1 parent 6c0ab4a commit 1061c61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class POJOAnnotationFormatter

@Override
public String format( Object obj, POJOFormat annotation ) {
if( Objects.isNull( obj ) ) {
if( obj == null ) {
return "null";
}

Expand Down

0 comments on commit 1061c61

Please sign in to comment.