Skip to content

Commit

Permalink
[check style] Fix wrong checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
yswdqz committed Sep 25, 2023
1 parent de888d1 commit e53c79c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,8 @@ public static List<File> getDirectoryFilesRecursive(String directoryPath,
return fileList;
}

public static Path getPath(String path) {
return PATH.resolve(path);
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public class OALRuntime implements OALEngine {
private final boolean openEngineDebug;
// change
private static boolean INITIALED = false;

//change end

public OALRuntime(OALDefine define) {
Expand Down Expand Up @@ -155,7 +154,6 @@ public void setStorageBuilderFactory(final StorageBuilderFactory factory) {
storageBuilderFactory = factory;
}


@Override
public void notifyAllListeners() throws ModuleStartException {
for (Class metricsClass : metricsClasses) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public class OALEngineLoaderService implements Service {

private static boolean SCOPE_REGISTERED = false;


public void load(OALDefine define) throws ModuleStartException {

if (oalDefineSet.contains(define)) {
Expand Down

0 comments on commit e53c79c

Please sign in to comment.