Skip to content

Commit a0ac142

Browse files
committed
Fix log.
1 parent 51d459a commit a0ac142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/StreamStateMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ private void discoverIfReduceOrderingPossiblyMatters(EclipseProjectAnalysisEngin
600600
LOGGER.warning(() -> "Can't find Stream instance for instance key: "
601601
+ instanceKey + " using origin: " + origin);
602602
else {
603-
LOGGER.log(Level.WARNING, "Unable to derive ROM for : " + stream.getCreation(),
603+
LOGGER.log(Level.WARNING, "Unable to derive ROM for: " + stream.getCreation(),
604604
e);
605605
stream.addStatusEntry(PreconditionFailure.NON_DETERMINABLE_REDUCTION_ORDERING,
606606
"Cannot derive reduction ordering for stream: " + stream.getCreation()

0 commit comments

Comments
 (0)