update mart
[des2015.git] / mart / ev3 / ex2 / nl / ru / des / bluetooth / ColorMemory.java
index 5e89606..ec9c575 100644 (file)
@@ -9,7 +9,7 @@ import lejos.robotics.Color;
 import nl.ru.des.LCDPrinter;
 
 public class ColorMemory implements MessageHandler {
-       private List<Integer> COLORSTOFIND = Arrays.asList(new Integer[] {Color.BLUE, Color.RED, Color.YELLOW});
+       public static final List<Integer> COLORSTOFIND = Arrays.asList(new Integer[] {Color.BLUE, Color.RED, Color.YELLOW});
        private Set<Integer> colors;
 
        public ColorMemory() {