Skip to content

Commit b0224ea

Browse files
author
Philipp Kraus
committed
update path
1 parent 868f58a commit b0224ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkstyle/style.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</module>
4949

5050
<module name = "Header">
51-
<property name = "headerFile" value = "src/analysis/license/license.txt" />
51+
<property name = "headerFile" value = "src/codestyle/license/license.txt" />
5252
<property name = "fileExtensions" value = "java" />
5353
</module>
5454

@@ -70,7 +70,7 @@
7070
<!-- <module name="RegexpSinglelineJava"/> -->
7171

7272
<module name="SuppressionFilter">
73-
<property name="file" value="src/analysis/checkstyle/suppressions.xml"/>
73+
<property name="file" value="src/codestyle/checkstyle/suppressions.xml"/>
7474
</module>
7575

7676
<module name = "Translation" />

0 commit comments

Comments
 (0)