We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efc87ea + 63a739f commit 5d0a42dCopy full SHA for 5d0a42d
sfge/src/main/java/com/salesforce/config/UserFacingMessages.java
@@ -50,7 +50,7 @@ public static final class PathExpansionTemplates {
50
public static final String INSUFFICIENT_HEAP_SPACE =
51
"There's insufficient heap space (%d bytes) to execute Graph Engine. Increase heap space using the --sfgejvmargs option and retry.";
52
public static final String PATH_EXPANSION_LIMIT_REACHED =
53
- "Graph Engine reached the path expansion upper limit (%d).";
+ "Graph Engine reached the path expansion upper limit (%d)";
54
}
55
56
public static final class CrudFlsTemplates {
0 commit comments