Thank you, Tilman!
The master branch is for 2.x and branch_1x is for 1.x
On Sat, Oct 5, 2019 at 10:30 AM Tilman Hausherr <THausherr@t-online.de>
wrote:
> Am 04.10.2019 um 17:32 schrieb Tim Allison:
> > Would it work to set the expected String to something generated with the
> > root locale?
>
> I managed to create such code: we need both the US and the local month
> names. I get these with
>
> new DateFormatSymbols(Locale.getDefault()).getShortMonths()
>
> Because testCSV() always brings the english names, the others the local
> names.
>
> I understand that the code conventions mean that braces are K&R style.
>
> Is there a max line length in this project? I ask this because it is
> very long.
>
> Is there also a branch or is there just the master to commit to? Should
> I just commit to the server (
> https://git-wip-us.apache.org/repos/asf/tika ) or is this done in a
> different way? Any common pitfalls?
>
> Tilman
>
>
|