Skip to content

Commit

Permalink
Date javadocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuukkan committed Oct 15, 2013
1 parent 07b719f commit 1efd3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/sf/marineapi/nmea/util/Date.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public Date() {

/**
* Creates a new instance of <code>Date</code>, assumes the default NMEA
* 0183 date formatting, <code>ddmmyy</code> or <code>ddmmyyy</code>.
* 0183 date formatting, <code>ddmmyy</code> or <code>ddmmyyyy</code>.
*/
public Date(String date) {
setDay(Integer.parseInt(date.substring(0, 2)));
Expand Down

0 comments on commit 1efd3c2

Please sign in to comment.