Skip to content
Snippets Groups Projects
Commit ccf692aa authored by hansen's avatar hansen
Browse files

removed getter

parent 119d0ec6
No related branches found
No related tags found
No related merge requests found
...@@ -20,11 +20,6 @@ public class SourcePositions { ...@@ -20,11 +20,6 @@ public class SourcePositions {
this.positions = positions; this.positions = positions;
} }
public Map<PositionedNode, SourcecodeRange> getPositions() {
return this.positions;
}
/** /**
* Returns the {@link SourcecodeRange} of this {@link PositionedNode} or * Returns the {@link SourcecodeRange} of this {@link PositionedNode} or
* <code>null</code> if no {@link SourcecodeRange} is available. * <code>null</code> if no {@link SourcecodeRange} is available.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment