【fix sonar】SysCategory文件
This commit is contained in:
-1
@@ -56,7 +56,6 @@ public class SysCategory implements Serializable,Comparable<SysCategory>{
|
|||||||
// <0:当前对象比传入对象小。
|
// <0:当前对象比传入对象小。
|
||||||
// =0:当前对象等于传入对象。
|
// =0:当前对象等于传入对象。
|
||||||
// >0:当前对象比传入对象大。
|
// >0:当前对象比传入对象大。
|
||||||
// int s = this.code.length() - o.code.length();
|
|
||||||
return this.code.length() - o.code.length();
|
return this.code.length() - o.code.length();
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user