diff --git a/pom.xml b/pom.xml index 3319d08..6315649 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 3.6.0 false - all + all,-missing 8 diff --git a/src/main/java/clipper2/Clipper.java b/src/main/java/clipper2/Clipper.java index efb7f32..bdfbe68 100644 --- a/src/main/java/clipper2/Clipper.java +++ b/src/main/java/clipper2/Clipper.java @@ -38,7 +38,6 @@ * number of simple functions. However, not all of the library's features are * accessible here. Less commonly needed features that provide more flexibility * can still be accessed from the other units. - *

*

Boolean operations for polygon clipping:

*