Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/CsvSupport.java

Diff revisions: vs.
  @@ -48,7 +48,7 @@
48 48 *
49 49 * @param pForNulls common null substitution String (null OK).<p>
50 50 *
51 - * @see #CsvSupport(String,String)
51 + * @see #CsvSupport(String, String)
52 52 * @see #encode(String[])
53 53 * @see #decode(String)
54 54 */
  @@ -76,7 +76,7 @@
76 76 * @param pForEndNulls null substitution String for nulls on the
77 77 * <i>end</i> of the encode array (null OK).<p>
78 78 *
79 - * @see #CsvSupport(String,String)
79 + * @see #CsvSupport(String, String)
80 80 * @see #encode(String[])
81 81 * @see #decode(String)
82 82 */
  @@ -165,7 +165,7 @@
165 165 * @throws IllegalArgumentException if a null is attempted to be inserted in the ouput String (after substitution).<p>
166 166 * @see #decode(String)
167 167 * @see #CsvSupport(String)
168 - * @see #CsvSupport(String,String)
168 + * @see #CsvSupport(String, String)
169 169 */
170 170 public String encode( String[] pSource )
171 171 throws NullPointerException, IllegalArgumentException