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