File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ public static void main(final String[] args) throws Exception {
170
170
*/
171
171
public static void outputDefaultProjectsList (final String outputPath ) {
172
172
try (InputStream inputStream = CheckstyleExampleExtractor .class
173
- .getResourceAsStream ("/list-of-projects.properties " );
173
+ .getResourceAsStream ("/list-of-projects.yml " );
174
174
OutputStream outputStream = Files .newOutputStream (Path .of (outputPath ))) {
175
175
176
176
final byte [] buffer = new byte [BUFFER_SIZE ];
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class MainsLauncherTest {
54
54
/**
55
55
* The constant for default projects file.
56
56
*/
57
- private static final String DEFAULT_PROJECTS_FILE = "list-of-projects.properties " ;
57
+ private static final String DEFAULT_PROJECTS_FILE = "list-of-projects.yml " ;
58
58
59
59
/**
60
60
* Tests the main method of CheckstyleExampleExtractor.
You can’t perform that action at this time.
0 commit comments