Skip to content

Commit 4ca246d

Browse files
committed
Fix checkstyle issues
1 parent de6c929 commit 4ca246d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Compile and run tests
6060
shell: bash
61-
run: ./mvnw -B -U -Dcheckstyle.skip=true -Dlicense.skip=true clean verify
61+
run: ./mvnw -B -U clean verify
6262

6363
- name: Upload to codecov
6464
uses: codecov/codecov-action@v4

java-compiler-testing/src/main/java/io/github/ascopes/jct/containers/impl/AbstractPackageContainerGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public Set<JavaFileObject> listFileObjects(
277277
}
278278

279279
/**
280-
* {@inheritdoc}
280+
* List all files in the group.
281281
*
282282
* @return all files in a multimap.
283283
* @throws IOException if an IO exception occurs reading the file system.

java-compiler-testing/src/main/java/io/github/ascopes/jct/utils/ModuleDiscoverer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public static Set<ModuleCandidate> findModulesIn(Path path) {
7272

7373
/**
7474
* Representation of a candidate module that was discovered.
75+
*
7576
* @since 3.0.2
7677
*/
7778
public static final class ModuleCandidate {

0 commit comments

Comments
 (0)