Skip to content

Commit 64fc305

Browse files
committed
Fix CI
1 parent 2eadd4c commit 64fc305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qulice-spi/src/main/java/com/qulice/spi/Environment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public Collection<String> classpath() {
269269
return Collections.unmodifiableCollection(this.classpath);
270270
}
271271

272-
@Override
272+
@Override
273273
@SuppressWarnings("PMD.AvoidInstantiatingObjectsInLoops")
274274
public Collection<File> files(final String pattern) {
275275
final Collection<File> files = new LinkedList<>();

0 commit comments

Comments
 (0)