Skip to content

Commit

Permalink
remove extra blank lines in core
Browse files Browse the repository at this point in the history
  • Loading branch information
msgui committed Feb 24, 2024
1 parent a516dd3 commit 6a9fefb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public Set<Id> kcore(Iterator<Vertex> vertices, Directions direction,
return extractKcore(map, k);
}


@SuppressWarnings("unchecked")
private static Set<Id> extractKcore(SimilarsMap similarsMap, int k) {
assert similarsMap.size() == 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ public static final class P {
public static final String TYPE = Graph.Hidden.hide("role_type");
}


public static final class Schema extends SchemaDefine {

public Schema(HugeGraphParams graph) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public class HugeSecurityManager extends SecurityManager {
// TODO: add "suppressAccessChecks"
private static final Set<String> DENIED_PERMISSIONS = ImmutableSet.of("setSecurityManager");


private static final Set<String> ACCEPT_CLASS_LOADERS = ImmutableSet.of(
"groovy.lang.GroovyClassLoader",
"sun.reflect.DelegatingClassLoader",
Expand Down

0 comments on commit 6a9fefb

Please sign in to comment.