Skip to content

Commit

Permalink
Minor code improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Dec 27, 2016
1 parent 381d26f commit c927261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpx/src/main/java/io/jenetics/jpx/Route.java
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ void write(final XMLStreamWriter writer) throws XMLStreamException {
xml.elem("cmt", _comment),
xml.elem("desc", _description),
xml.elem("src", _source),
xml.elems(_links,Link::write),
xml.elems(_links, Link::write),
xml.elem("number", _number),
xml.elem("type", _type),
xml.elems(_points, (p, w) -> p.write("rtept", w))
Expand Down

0 comments on commit c927261

Please sign in to comment.