Add override annotation to getPath in PathExecutor
This commit is contained in:
parent
2b4512ee3f
commit
7d0aa4d7a5
@ -451,6 +451,7 @@ public class PathExecutor implements IPathExecutor, Helper {
|
||||
return pathPosition;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IPath getPath() {
|
||||
return path;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user