Skip to content

Commit

Permalink
trigger build to test if bean build error persists or nexus got out o…
Browse files Browse the repository at this point in the history
…f sync
  • Loading branch information
hohwille committed Oct 27, 2023
1 parent 5afe607 commit 6bafd3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default Integer parse(String value) {
void set(Integer value);

/**
* @param value the new {@link #getValue() primitive value}.
* @param value the new {@link #getValue() value} as primitive.
* @see #set(Integer)
*/
default void setValue(int value) {
Expand Down

0 comments on commit 6bafd3f

Please sign in to comment.