* Fixed a minor typo in a javadoc comment

This commit is contained in:
teo_sarca 2007-04-22 11:03:52 +00:00
parent 6577d24085
commit 52d3381cdb
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public final class DisplayType
public static final int TextLong = 36;
/** Display Type 37 CostPrice */
public static final int CostPrice = 37;
/** Display Type 36 File Path */
/** Display Type 38 File Path */
public static final int FilePath = 38;
/** Display Type 39 File Name */
public static final int FileName = 39;