Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ea91cd

Browse files
author
Ram swaroop
committed
added comments
1 parent bec9d2d commit 2ea91cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/me/ramswaroop/bits/SubBit.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public class SubBit {
1414
* and {@param end} of {@param num} (both inclusive).
1515
*
1616
* @param num
17-
* @param start > 0
18-
* @param end > 0
17+
* @param start > 0 and <= 32
18+
* @param end > 0 and <= 32
1919
* @return
2020
*/
2121
public static int getSubBits(int num, int start, int end) {

0 commit comments

Comments
 (0)