Révision 2362
tmp/org.txm.core/src/java/org/txm/objects/Edition.java (revision 2362) | ||
---|---|---|
229 | 229 |
} |
230 | 230 |
|
231 | 231 |
public static int isFirstGTthanSecond(String s, String idx) { |
232 |
|
|
233 |
if (s == null) return -1; |
|
234 |
if (idx == null) return 1; |
|
235 |
|
|
232 | 236 |
Matcher m1 = findNumbersPattern.matcher(s); |
233 | 237 |
Matcher m2 = findNumbersPattern.matcher(idx); |
234 | 238 |
|
Formats disponibles : Unified diff