Skip to content

Commit

Permalink
#151: Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 16, 2021
1 parent ab6f70c commit 6bc9fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpx/src/main/java/io/jenetics/jpx/Metadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ static Metadata read(final DataInput in) throws IOException {
XMLWriter.elem("time").map(md -> format(md._time)),
XMLWriter.elem("keywords").map(md -> md._keywords),
Bounds.writer(formatter).map(md -> md._bounds),
XMLWriter.doc("extensions").map(gpx -> gpx._extensions)
XMLWriter.doc("extensions").map(md -> md._extensions)
);
}

Expand Down

0 comments on commit 6bc9fcc

Please sign in to comment.