Trivial update

git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@330 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
Dale Schultz 2011-09-14 03:24:27 +00:00
parent b7e2a4d25c
commit b2a22c7e2a
2 changed files with 1 additions and 3 deletions

View File

@ -188,7 +188,7 @@ public final class EcuLogger extends AbstractFrame implements MessageListener {
private static final String HEADING_SWITCHES = "Switches";
private static final String HEADING_EXTERNAL = "External";
private static final String CAL_ID_LABEL = "CAL ID";
private static final String FILE_NAME_EXTENTION = "Text to add to the saved logfile name";
private static final String FILE_NAME_EXTENTION = "Text to add to the saved logfile name. PT = Part Throttle";
private static final String ECU_TEXT = "Engine Control Unit Polling";
private static final String TCU_TEXT = "Transmission Control Unit Polling";
private static final String[] logFileText = {"1st PT","2nd PT","3rd PT", // PT = Part Throttle

View File

@ -19,8 +19,6 @@
package com.romraider.util;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.List;
public final class ByteUtil {