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 Dec 2, 2019
1 parent 7ada1e6 commit 26ec4c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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 26ec4c3

Please sign in to comment.