Skip to content

Commit 3e89bd3

Browse files
committed
fix spotless lint
1 parent c3889d6 commit 3e89bd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

metadata-service/configuration/src/main/java/com/linkedin/metadata/config/search/GraphQueryConfiguration.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ public class GraphQueryConfiguration {
88
private long timeoutSeconds;
99
private int batchSize;
1010
private int maxResult;
11-
// When set to true, the graph walk (typically in search-across-lineage or scroll-across-lineage) will return all paths between the source and destination nodes within the hops limit.
11+
// When set to true, the graph walk (typically in search-across-lineage or scroll-across-lineage)
12+
// will return all paths between the source and destination nodes within the hops limit.
1213
private boolean enableMultiPathSearch;
1314

1415
public static GraphQueryConfiguration testDefaults;

0 commit comments

Comments
 (0)