Skip to content

Commit ca021db

Browse files
Copilotmicycle1
andauthored
Remove inaccessible Javadoc links from Clipper64
Co-authored-by: micycle1 <9304234+micycle1@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 29bc9e5 commit ca021db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/github/micycle1/clipper2/engine/Clipper64.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public class Clipper64 extends ClipperBase {
1313

1414
/**
1515
* Once subject and clip paths have been assigned (via
16-
* {@link #addSubject(Paths64) addSubject()}, {@link #addOpenSubject(Paths64)
17-
* addOpenSubject()} and {@link #addClip(Paths64) addClip()} methods),
16+
* <code>addSubject()</code>, <code>addOpenSubject()</code> and
17+
* <code>addClip()</code> methods),
1818
* <code>execute()</code> can then perform the specified clipping operation
1919
* (intersection, union, difference or XOR).
2020
* <p>

0 commit comments

Comments
 (0)