Skip to content

Commit 039ca01

Browse files
committed
clearer comment
1 parent 06c987b commit 039ca01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-code-javabuilder/neighborhood/src/main/java/org/code/neighborhood/support/NeighborhoodSignalMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public NeighborhoodSignalMessage(NeighborhoodSignalKey key, HashMap<String, Stri
1515
public boolean shouldAlwaysSend() {
1616
String signalKey = this.getValue();
1717
Set<String> ignoredSignalKeys = new HashSet<>();
18-
// These keys are only used for testing, don't send in run mode.
18+
// These keys are only used for validation testing, by default don't send them.
1919
ignoredSignalKeys.add(NeighborhoodSignalKey.CAN_MOVE.toString());
2020
ignoredSignalKeys.add(NeighborhoodSignalKey.IS_ON_BUCKET.toString());
2121
ignoredSignalKeys.add(NeighborhoodSignalKey.IS_ON_PAINT.toString());

0 commit comments

Comments
 (0)