Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbashir committed Jun 29, 2024
1 parent 37c16c0 commit 054f75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/io/art/core/constants/Errors.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ public interface Errors {
String UNKNOWN_PROCESSOR_ARCHITECTURE = "Unknown processor architecture: {0}";
String CONTEXT_NOT_INITIALIZED = "Context is not initialized";
String EXECUTOR_SERVICE_WAS_NOT_TERMINATED = "Executor service was not terminated during: {0}";
String CONFIGURATION_PATH_DOES_NOT_EXIST = "Configuration path does not exist: '{0}'";
String CONFIGURATION_PATH_DOES_NOT_EXIST = "Configuration path does not exist: ''{0}''";
}

0 comments on commit 054f75f

Please sign in to comment.