Skip to content

Commit

Permalink
Update Node.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rac021 authored Mar 19, 2018
1 parent 63bfeb3 commit 52f8191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/inra/yedgen/processor/entities/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Node( Integer hash ,
Integer codeObject ,
String uriObject ,
String queryObject ,
String defaultPrefix ) {
String defaultPrefix ) {

Objects.requireNonNull(codeSubject ) ;
this.defaultPrefix = defaultPrefix ;
Expand Down

0 comments on commit 52f8191

Please sign in to comment.