Skip to content
Snippets Groups Projects
Commit 196ca21e authored by terry-norbraten's avatar terry-norbraten
Browse files

typo

parent 885fe1b7
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ public class PduRecorder implements PduReceiver ...@@ -30,7 +30,7 @@ public class PduRecorder implements PduReceiver
{ {
public static final String COMMENT_MARKER = "#"; public static final String COMMENT_MARKER = "#";
static String DEFAULT_OUTDIR = "./pdulog"; static String DEFAULT_OUTDIR = "./pduLog";
static String DEFAULT_FILEPREFIX = "Pdusave"; // TODO better name static String DEFAULT_FILEPREFIX = "Pdusave"; // TODO better name
static String DISLOG_FILE_EXTENSION = ".dislog"; static String DISLOG_FILE_EXTENSION = ".dislog";
......
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