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 @@ -306,7 +306,7 @@ public int getNextIntegerSigned(final int pLength) {
306306 /**
307307 * This method is used to get a long with the specified size
308308 *
309- * Be careful with java long bit sign. This method doesn't handle signed values.<br/ >
309+ * Be careful with java long bit sign. This method doesn't handle signed values.<br>
310310 * For that, @see BitUtils.getNextLongSigned()
311311 *
312312 * @param pLength
@@ -349,7 +349,7 @@ public long getNextLong(final int pLength) {
349349 /**
350350 * This method is used to get an integer with the specified size
351351 *
352- * Be careful with java integer bit sign. This method doesn't handle signed values.<br/ >
352+ * Be careful with java integer bit sign. This method doesn't handle signed values.<br>
353353 * For that, @see BitUtils.getNextIntegerSigned()
354354 *
355355 * @param pLength
You can’t perform that action at this time.
0 commit comments