mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +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
|
* @return false is an invalid combination was found
|
||||||
*/
|
*/
|
||||||
public final boolean checkForInvalidOptions() {
|
public final boolean checkForInvalidOptions() {
|
||||||
if (!bEventIds && (bEventHex || bContentHex)) {
|
if (!bEventIds && (bEventHex || bContentHex)) {
|
||||||
bValidArgs = false;
|
bValidArgs = false;
|
||||||
} else if (bHex && (bEventHex || bContentHex)) {
|
} else if (bHex && (bEventHex || bContentHex)) {
|
||||||
bValidArgs = false;
|
bValidArgs = false;
|
||||||
} else {
|
} else {
|
||||||
bValidArgs = true;
|
bValidArgs = true;
|
||||||
}
|
}
|
||||||
return bValidArgs;
|
return bValidArgs;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user