RED-4829 Fix wrong annotation
This commit is contained in:
parent
1d8e86e4f6
commit
47de526b4b
@ -78,7 +78,7 @@ public class Section {
|
|||||||
|
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
@WhenCondition
|
@ThenAction
|
||||||
public void addAiEntities(@Argument(ArgumentType.TYPE) String type, @Argument(ArgumentType.TYPE) String asType) {
|
public void addAiEntities(@Argument(ArgumentType.TYPE) String type, @Argument(ArgumentType.TYPE) String asType) {
|
||||||
|
|
||||||
Set<Entity> entitiesOfType = nerEntities.stream()
|
Set<Entity> entitiesOfType = nerEntities.stream()
|
||||||
@ -112,7 +112,7 @@ public class Section {
|
|||||||
|
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
@WhenCondition
|
@ThenAction
|
||||||
public void combineAiTypes(@Argument(ArgumentType.TYPE) String startType,
|
public void combineAiTypes(@Argument(ArgumentType.TYPE) String startType,
|
||||||
@Argument(ArgumentType.TYPE) String combineTypes,
|
@Argument(ArgumentType.TYPE) String combineTypes,
|
||||||
@Argument(ArgumentType.INTEGER) int maxDistanceBetween,
|
@Argument(ArgumentType.INTEGER) int maxDistanceBetween,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user