Skip to content

Commit a061979

Browse files
committed
Added setNoColor to config
1 parent 0207ae5 commit a061979

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/de/rub/nds/tlsscanner/config/ScannerConfig.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ public void setImplementation(boolean implementation) {
118118
public Boolean isNoColor() {
119119
return noColor;
120120
}
121+
122+
public void setNoColor(boolean noColor) {
123+
this.noColor = noColor;
124+
}
121125

122126
public ScannerDetail getScanDetail() {
123127
return scanDetail;

0 commit comments

Comments
 (0)