Skip to content

Commit 6d618f0

Browse files
Fix RocqNative checkstyle header for jts-curve CI.
Move the SoT / PR #7 provenance notes out of the file header into the class Javadoc so the EPL header matches header.txt (line 2 ignored). Co-authored-by: jbloemscheer <jbloemscheer@gmail.com>
1 parent 4643b6b commit 6d618f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • modules/curve/src/main/java/org/locationtech/jts/algorithm/rocq

modules/curve/src/main/java/org/locationtech/jts/algorithm/rocq/RocqNative.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
/*
2-
* jts-curve copy of NetTopologySuite.Proofs oracle/java/.../RocqNative.java
3-
* (Phase 5 FFI). Keep in sync with that file. Greenfield on fork PR #7
4-
* ({@code feature/sfa-curve-rgr}); locationtech/jts is not a gate.
5-
*
62
* Copyright (c) 2026 grootstebozewolf
73
*
84
* All rights reserved. This program and the accompanying materials
@@ -33,6 +29,10 @@
3329
* <p>
3430
* This class is the ABI twin of {@code oracle/csharp/RocqNative.cs} and
3531
* {@code oracle/cpp/RocqNative.hpp}. If they disagree, one of them is wrong.
32+
* Keep in sync with {@code oracle/java/.../RocqNative.java} in
33+
* {@code grootstebozewolf/NetTopologySuite.Proofs}. The Java consumer
34+
* lands on fork PR #7 ({@code feature/sfa-curve-rgr}); locationtech/jts
35+
* is not a gate.
3636
* <p>
3737
* AI disclosure: authored with AI assistance (see CONTRIBUTING.md).
3838
*/

0 commit comments

Comments
 (0)