File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/fr/devnied/bitlib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ public String getNextHexaString(final int pSize) {
275275
276276 /**
277277 * Method used to get get a signed long with the specified size
278- * @param pLength length of long to get
278+ * @param pLength length of long to get (must be lower than 64)
279279 * @return the long value
280280 */
281281 public long getNextLongSigned (final int pLength ) {
@@ -293,7 +293,7 @@ public long getNextLongSigned(final int pLength) {
293293
294294 /**
295295 * Method used to get get a signed integer with the specified size
296- * @param pLength the length of the integer (must be < to 32)
296+ * @param pLength the length of the integer (must be lower than 32)
297297 * @return the integer value
298298 */
299299 public int getNextIntegerSigned (final int pLength ) {
You can’t perform that action at this time.
0 commit comments