git-svn-id: https://svn.coded.pt/svn/SIPRP@1072 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 17 years ago
parent 852dae8c47
commit 00870a47a2

@ -50,7 +50,7 @@ public class AreaToPrint
} }
if( ordem != null ) if( ordem != null )
{ {
return ordem.compareTo( ( ( AreaToPrint ) o ).ordem ); return ( ( ( AreaToPrint ) o ).ordem == null ) ? -1 : ordem.compareTo( ( ( AreaToPrint ) o ).ordem );
} }
} }
return 0; return 0;

@ -80,7 +80,7 @@ public class AreaToPrint
} }
if( ordem != null ) if( ordem != null )
{ {
return ordem.compareTo( ( ( AreaToPrint ) o ).ordem ); return ( ( ( AreaToPrint ) o ).ordem == null ) ? -1 : ordem.compareTo( ( ( AreaToPrint ) o ).ordem );
} }
} }
return 0; return 0;

Loading…
Cancel
Save