Skip to content

Commit 23d1125

Browse files
Minor
1 parent 8d7a983 commit 23d1125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/dev/vml/es/acm/core/code/ExecutionQueue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public TopicStatistics getStatistics() {
129129
return StreamUtils.asStream(jobManager.getTopicStatistics().iterator())
130130
.filter(ts -> TOPIC.equals(ts.getTopic()))
131131
.findFirst()
132-
.orElseThrow(() -> new AcmException(String.format("Cannot find topic statistics for topic '%s'!", TOPIC)));
132+
.orElseThrow(() -> new AcmException(String.format("Cannot find statistics for topic '%s'!", TOPIC)));
133133
}
134134

135135
public long getMaxSize() {

0 commit comments

Comments
 (0)