Skip to content

Commit 8b74f0a

Browse files
committed
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
1 parent 06630f4 commit 8b74f0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* @version $Id$
2929
*/
30-
public class Utils {
30+
final class Utils {
3131

3232
private Utils() {
3333
}

0 commit comments

Comments
 (0)