changed an internal class to static as suggested by findbugs
JIRA: MATH-183 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@617853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0152e67e9e
commit
4bfee0420d
|
@ -435,7 +435,7 @@ public class Frequency implements Serializable {
|
|||
* A Comparator that compares comparable objects using the
|
||||
* natural order. Copied from Commons Collections ComparableComparator.
|
||||
*/
|
||||
private class NaturalComparator implements Comparator, Serializable {
|
||||
private static class NaturalComparator implements Comparator, Serializable {
|
||||
|
||||
/** Serializable version identifier */
|
||||
private static final long serialVersionUID = -3852193713161395148L;
|
||||
|
|
Loading…
Reference in New Issue