We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ca35d commit b2c66a6Copy full SHA for b2c66a6
src/main/java/io/securecodebox/persistence/defectdojo/model/ScanFile.java
@@ -14,10 +14,8 @@ public final class ScanFile {
14
* <p>
15
* It does not matter however unless the parser pays attention to file endings like json or xml.
16
* </p>
17
- *
18
- * TODO: Can this be private?
19
*/
20
- static final String DEFAULT_NAME = "default-name.txt";
+ private static final String DEFAULT_NAME = "default-name.txt";
21
22
private String content;
23
0 commit comments