Skip to content

Commit fadebcc

Browse files
committed
address minor linter warnings
1 parent 758bd91 commit fadebcc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stack-clients/src/main/java/com/cmclinnovations/stack/clients/core/StackHost.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public String build() {
105105
return toString();
106106
}
107107

108+
@Override
108109
public String toString() {
109110
try {
110111
// Build the path

stack-clients/src/test/java/com/cmclinnovations/stack/clients/utils/FileUtilsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ void listFilesFromJarFiltered() throws IOException, URISyntaxException {
9393
Assertions.assertEquals(expectedURIs, FileUtils.listFiles(dirURL, ".txt"));
9494
}
9595

96+
@SuppressWarnings("unused")
9697
private static Stream<Arguments> fixSlashesTestProvider() throws IOException {
9798
return Stream.of(
9899
Arguments.of("/", "", true, true),

0 commit comments

Comments
 (0)