Skip to content

Commit

Permalink
Fix expired job results deletion audit message (#49560)
Browse files Browse the repository at this point in the history
The PR fixes #49549
  • Loading branch information
AntonShuvaev authored and droberts195 committed Nov 26, 2019
1 parent c23a218 commit 048b9db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public final class Messages {
public static final String JOB_AUDIT_DELETING_FAILED = "Error deleting job: {0}";
public static final String JOB_AUDIT_DELETED = "Job deleted";
public static final String JOB_AUDIT_KILLING = "Killing job";
public static final String JOB_AUDIT_OLD_RESULTS_DELETED = "Deleted results prior to {1}";
public static final String JOB_AUDIT_OLD_RESULTS_DELETED = "Deleted results prior to {0}";
public static final String JOB_AUDIT_REVERTED = "Job model snapshot reverted to ''{0}''";
public static final String JOB_AUDIT_SNAPSHOT_DELETED = "Model snapshot [{0}] with description ''{1}'' deleted";
public static final String JOB_AUDIT_FILTER_UPDATED_ON_PROCESS = "Updated filter [{0}] in running process";
Expand Down

0 comments on commit 048b9db

Please sign in to comment.