= AjcTask.class.getName() + ".COMMAND_EDITOR";
static final String[] TARGET_INPUTS = new String []
- { "1.1", "1.2", "1.3", "1.4", "1.5" };
+ { "1.1", "1.2", "1.3", "1.4", "1.5", "1.6" };
static final String[] SOURCE_INPUTS = new String []
- { "1.3", "1.4", "1.5" };
+ { "1.3", "1.4", "1.5", "1.6" };
static final String[] COMPLIANCE_INPUTS = new String []
- { "-1.3", "-1.4", "-1.5" };
+ { "-1.3", "-1.4", "-1.5", "-1.6" };
private static final ICommandEditor COMMAND_EDITOR;