This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git.
from ead72ed Upgrade "commons-skin". new 5ca8b9c Use "diamond" operator. new abb8b40 Use dedicated method to check whether a "List" is empty. new ee0b7c2 Use more specific interface from the JDK. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/commons/geometry/core/Transform.java | 4 ++-- .../core/partitioning/bsp/AbstractRegionBSPTree.java | 4 ++-- .../geometry/core/partitioning/bsp/AttributeBSPTree.java | 2 +- .../geometry/core/partition/test/TestTransform2D.java | 6 +++--- .../commons/geometry/euclidean/oned/FunctionTransform1D.java | 12 ++++++------ .../org/apache/commons/geometry/euclidean/oned/Vector1D.java | 4 ++-- .../geometry/euclidean/threed/FunctionTransform3D.java | 12 ++++++------ .../commons/geometry/euclidean/threed/RegionBSPTree3D.java | 2 +- .../apache/commons/geometry/euclidean/threed/Vector3D.java | 4 ++-- .../commons/geometry/euclidean/twod/FunctionTransform2D.java | 12 ++++++------ .../org/apache/commons/geometry/euclidean/twod/Polyline.java | 4 ++-- .../org/apache/commons/geometry/euclidean/twod/Vector2D.java | 4 ++-- .../geometry/euclidean/oned/FunctionTransform1DTest.java | 4 ++-- .../geometry/euclidean/threed/FunctionTransform3DTest.java | 4 ++-- .../geometry/euclidean/twod/FunctionTransform2DTest.java | 4 ++-- .../apache/commons/geometry/spherical/twod/GreatArcPath.java | 4 ++-- 16 files changed, 43 insertions(+), 43 deletions(-)