0

This sounds silly but I can't find the package org.supercsv.mock in any JAR file i've downloaded for SuperCSV.

Does anyone know where this package is located?

Harry
  • 467
  • 1
  • 5
  • 14

1 Answers1

1

That package is purely used for test/example classes (which are not in any distributed jars that you can download).

You can view the source of the classes in this package by:

James Bassett
  • 9,458
  • 4
  • 35
  • 68