| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/TodoCode.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/TodoCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/TodoCode.java
|
| index 7c33eb9493cbbd58d42c295803123acfd77e824c..2444d7da87a4aa9c95e0266b9d8e57c90e0af69b 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/TodoCode.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/TodoCode.java
|
| @@ -40,7 +40,7 @@ public enum TodoCode implements ErrorCode {
|
| * <li>TODOS
|
| */
|
| // I would strongly recommend not editing this regex.
|
| - public static Pattern TODO_REGEX = Pattern.compile("[\\s/\\*]((TODO[^\\w\\d][^\\r\\n]*)|(TODO:?$))");
|
| + public static Pattern TODO_REGEX = Pattern.compile("([\\s/\\*])((TODO[^\\w\\d][^\\r\\n]*)|(TODO:?$))");
|
|
|
| private TodoCode() {
|
|
|
|
|