Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Mar 6, 2024
1 parent 8e46bf5 commit b8e0462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ public void setJavaClass(Class<? extends Component> componentClass) {
}

public String getJavaClass() {
return getOrDefault(NodeProperties.JAVA_CLASS, (String)null);
return getOrDefault(NodeProperties.JAVA_CLASS, (String) null);
}
}

0 comments on commit b8e0462

Please sign in to comment.