Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static final class PathExpansionTemplates {
public static final String INSUFFICIENT_HEAP_SPACE =
"There's insufficient heap space (%d bytes) to execute Graph Engine. Increase heap space using the --sfgejvmargs option and retry.";
public static final String PATH_EXPANSION_LIMIT_REACHED =
"Graph Engine reached the path expansion upper limit (%d).";
"Graph Engine reached the path expansion upper limit (%d)";
}

public static final class CrudFlsTemplates {
Expand Down