Skip to content

Commit

Permalink
Update version placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 8, 2023
1 parent 4120445 commit 1dc1e39
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/**
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a>
* @version !__version__!
* @version 4.0
* @since 1.4
*/
final class CompositeFormat implements Format {
Expand Down
2 changes: 1 addition & 1 deletion jpx/src/main/java/io/jenetics/jpx/format/Elevation.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* This field allows accessing the elevation (in meter) of a given location.
*
* @version !__version__!
* @version 4.0
* @since 2.2
*/
final class Elevation extends Field {
Expand Down
2 changes: 1 addition & 1 deletion jpx/src/main/java/io/jenetics/jpx/format/Field.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* elevation.
*
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a>
* @version !__version__!
* @version 4.0
* @since 1.4
*/
abstract sealed class Field
Expand Down
2 changes: 1 addition & 1 deletion jpx/src/main/java/io/jenetics/jpx/format/Format.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Base interface for formatting and parsing a location.
*
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a>
* @version !__version__!
* @version 4.0
* @since 1.4
*/
sealed interface Format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* rounded, on the assumption that the fractional part will be represented by
* minutes and seconds.
*
* @version !__version__!
* @version 4.0
* @since 2.2
*/
final class LongitudeDegree extends Field {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

/**
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a>
* @version !__version__!
* @version 4.0
* @since 1.4
*/
final class OptionalFormat implements Format {
Expand Down
2 changes: 1 addition & 1 deletion jpx/src/main/java/io/jenetics/jpx/geom/Ellipsoid.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* @param F the inverse flattening
*
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a>
* @version !__version__!
* @version 4.0
* @since 1.0
*/
public record Ellipsoid(String name, double A, double B, double F)
Expand Down
2 changes: 1 addition & 1 deletion jpx/src/main/java/io/jenetics/jpx/geom/Geoid.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @param ellipsoid the ellipsoid used by the geoid
*
* @author <a href="mailto:[email protected]">Franz Wilhelmstötter</a>
* @version !__version__!
* @version 4.0
* @since 1.0
*/
public record Geoid(Ellipsoid ellipsoid) implements Serializable {
Expand Down

0 comments on commit 1dc1e39

Please sign in to comment.