Browse Source

Bad merge: missed a diamond

master
Gintas Grigelionis 7 years ago
parent
commit
64809d976e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/main/org/apache/tools/ant/taskdefs/Recorder.java

+ 2
- 1
src/main/org/apache/tools/ant/taskdefs/Recorder.java View File

@@ -67,7 +67,8 @@ public class Recorder extends Task implements SubBuildListener {
/** Strip task banners if true. */
private boolean emacsMode = false;
/** The list of recorder entries. */
private static Hashtable<String, RecorderEntry> recorderEntries = new Hashtable<>();
private static Hashtable<String, RecorderEntry> recorderEntries
= new Hashtable<String, RecorderEntry>();

//////////////////////////////////////////////////////////////////////
// CONSTRUCTORS / INITIALIZERS


Loading…
Cancel
Save