Utils class is only used for internal testing, it can be package private. Also make it final since it should not be extended.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1512615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-08-10 10:41:27 +00:00
parent 06630f4b4b
commit 8b74f0aaff
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.junit.Assert;
*
* @version $Id$
*/
public class Utils {
final class Utils {
private Utils() {
}