Skip to content

Commit 5d0a42d

Browse files
authored
Merge pull request #1029 from forcedotcom/rm/pathExpTextFix
FIX (GraphEngine): @W-12672520@: Fixes format in UI text message
2 parents efc87ea + 63a739f commit 5d0a42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfge/src/main/java/com/salesforce/config/UserFacingMessages.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static final class PathExpansionTemplates {
5050
public static final String INSUFFICIENT_HEAP_SPACE =
5151
"There's insufficient heap space (%d bytes) to execute Graph Engine. Increase heap space using the --sfgejvmargs option and retry.";
5252
public static final String PATH_EXPANSION_LIMIT_REACHED =
53-
"Graph Engine reached the path expansion upper limit (%d).";
53+
"Graph Engine reached the path expansion upper limit (%d)";
5454
}
5555

5656
public static final class CrudFlsTemplates {

0 commit comments

Comments
 (0)