File tree Expand file tree Collapse file tree
main/java/org/apache/commons/io
test/java/org/apache/commons/io Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222/**
2323 * Charsets required of every implementation of the Java platform.
2424 *
25- * From the Java documentation <a href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html">Standard
26- * charsets</a>:
25+ * From the Java documentation <a href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html">
26+ * Standard charsets</a>:
2727 * <p>
2828 * <cite>Every implementation of the Java platform is required to support the following character encodings. Consult the
2929 * release documentation for your implementation to see if any other encodings are supported. Consult the release
5252 */
5353public class Charsets {
5454 //
55- // This class should only contain Charset instances for required encodings. This guarantees that it will load correctly and
56- // without delay on all Java platforms.
55+ // This class should only contain Charset instances for required encodings. This guarantees that it will load
56+ // correctly and without delay on all Java platforms.
5757 //
5858
5959 /**
60- * Returns the given Charset or the default Charset if the given Charset is null.
60+ * Returns the given Charset or the default Charset if the given Charset is null.
6161 *
6262 * @param charset
6363 * A charset or null.
Original file line number Diff line number Diff line change 3434import org .apache .commons .io .filefilter .IOFileFilter ;
3535import org .apache .commons .io .filefilter .NameFileFilter ;
3636import org .apache .commons .io .filefilter .OrFileFilter ;
37- import org .junit .After ;
38- import org .junit .Before ;
3937import org .junit .Test ;
4038
4139/**
You can’t perform that action at this time.
0 commit comments