You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2020/01/21 15:48:39 UTC

Re: [commons-csv] branch master updated: Javadoc formatting.

>
>
>
> @@ -77,4 +77,4 @@ public class JiraCsv248Test {
>      private static InputStream getTestInput() {
>          return
> ClassLoader.getSystemClassLoader().getResourceAsStream("CSV-248/csvRecord.bin");
>      }
> -}
> \ No newline at end of file
> +}
>
>
1) No newline at end of file
2) Should we have one file and test per version 1.7 back to 1.0?

Gary