Skip to content

Commit 6ae9fb3

Browse files
committed
Update javadoc
1 parent b1c20c6 commit 6ae9fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/fr/devnied/bitlib/BitUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)