Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Feb 26, 2024
1 parent e1e06ff commit 9c8d77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/ucanaccess/converters/Functions.java
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ private static Object nz(Object value, Object _other) {
}

/**
* Returns the sign of a number. If number > 0, it returns 1. If number = 0, it returns 0.
* Returns the sign of a number. If number > 0, it returns 1. If number = 0, it returns 0.
*/
@FunctionType(functionName = "Sgn", argumentTypes = {AccessType.DOUBLE}, returnType = AccessType.INTEGER)
public static short sgn(double _n) {
Expand Down

0 comments on commit 9c8d77f

Please sign in to comment.