Skip to content
Snippets Groups Projects
Commit 7a27bb89 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

clear warnings

parent 9d15199a
No related branches found
No related tags found
No related merge requests found
......@@ -165,10 +165,11 @@ public class DisTime
// private LocalDateTime todayDateTime = new LocalDateTime();
// private Instant todayInstant = new Instant();
/** prefix for trace statements */
public static final String TIME_COMMENT_PDU_PREFIX = "DisTime metadata: ";
private static String dateFormatPattern = "yyyy-mm-dd";
private static String timeFormatPattern = "HH:mm:ss";
private static final String dateFormatPattern = "yyyy-mm-dd";
private static final String timeFormatPattern = "HH:mm:ss";
// public static DisTime disTime = null;
......@@ -192,6 +193,7 @@ public class DisTime
}
/** Provide parsable time metadata encapsulated in CommentPdu for sharing
* @return PDU of interest
*/
public static CommentPdu buildTimeMetadataCommentPdu()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment