no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@182 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 21 years ago
parent c0fd85fc7c
commit 95bf0bb3c0

@ -164,13 +164,13 @@ public class Main implements Connector
//Singleton.setInstance( Singleton.USERNAME, user );
siprpTracker = new SIPRPTracker( avisos );
avisos.refresh();
new Exception().printStackTrace();
try
{
Thread.sleep( 1000 );
}
catch( Exception ex ){}
new Exception().printStackTrace();
// new Exception().printStackTrace();
// try
// {
// Thread.sleep( 1000 );
// }
// catch( Exception ex ){}
// new Exception().printStackTrace();
return true;
}

Loading…
Cancel
Save