From: <zep...@us...> - 2007-11-17 14:48:09
|
Revision: 376 http://flatpack.svn.sourceforge.net/flatpack/?rev=376&view=rev Author: zepernick Date: 2007-11-17 06:48:09 -0800 (Sat, 17 Nov 2007) Log Message: ----------- fixed some spelling errors in the comments Modified Paths: -------------- trunk/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java Modified: trunk/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java =================================================================== --- trunk/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java 2007-11-06 00:19:56 UTC (rev 375) +++ trunk/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java 2007-11-17 14:48:09 UTC (rev 376) @@ -225,7 +225,7 @@ /** * reads from the specified point in the line and returns how many chars to - * the specified delimter + * the specified delimiter * * @param line * @param start @@ -357,7 +357,7 @@ * @param delimiter * @param qualifier * @param p - * PZParser used to specify additional option when working witht the ColumnMetaData. Can be null + * PZParser used to specify additional option when working with the ColumnMetaData. Can be null * @return ArrayList - ColumnMetaData * @deprecated use the getPZMetaDataFromFile */ @@ -388,7 +388,7 @@ * @param delimiter * @param qualifier * @param p - * PZParser used to specify additional option when working witht the ColumnMetaData. Can be null + * PZParser used to specify additional option when working with the ColumnMetaData. Can be null * @return PZMetaData */ public static MetaData getPZMetaDataFromFile(final String line, final char delimiter, final char qualifier, final Parser p) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |