Skip to content

Commit

Permalink
Code format for ClasspathResourceDirectoryReader (#31028)
Browse files Browse the repository at this point in the history
* Code format for DataSourceState

* Code format for ClasspathResourceDirectoryReader
  • Loading branch information
terrymanu authored Apr 26, 2024
1 parent bb2f65d commit cd6af04
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
/**
* Classpath resource directory reader.
*/
@Slf4j
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class ClasspathResourceDirectoryReader {
@Slf4j
public final class ClasspathResourceDirectoryReader {

private static final Collection<String> JAR_URL_PROTOCOLS = new HashSet<>(Arrays.asList("jar", "war", "zip", "wsjar", "vfszip"));

Expand Down

0 comments on commit cd6af04

Please sign in to comment.