mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-22 03:55:26 +00:00
addressing comments
This commit is contained in:
parent
49707fef84
commit
eabc352eb4
@ -357,12 +357,12 @@ public class Commander {
|
||||
* @return false is an invalid combination was found
|
||||
*/
|
||||
public final boolean checkForInvalidOptions() {
|
||||
if (!bEventIds && (bEventHex || bContentHex)) {
|
||||
bValidArgs = false;
|
||||
if (!bEventIds && (bEventHex || bContentHex)) {
|
||||
bValidArgs = false;
|
||||
} else if (bHex && (bEventHex || bContentHex)) {
|
||||
bValidArgs = false;
|
||||
bValidArgs = false;
|
||||
} else {
|
||||
bValidArgs = true;
|
||||
bValidArgs = true;
|
||||
}
|
||||
return bValidArgs;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user