no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@62 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Luis Flores 22 years ago
parent 12cc18689c
commit f399062448

@ -18,7 +18,7 @@ public class Main
public static void main( String args[] )
throws Exception
{
Calendar cal = Calendar.getInstance();
/* Calendar cal = Calendar.getInstance();
cal.set( 2004, 06, 14 );
if( cal.before( Calendar.getInstance() ) )
{
@ -26,7 +26,7 @@ public class Main
}
else
{
Insert.setDefaultKeyRetriever( JDBCAutoKeyRetriever.DEFAULT );
*/ Insert.setDefaultKeyRetriever( JDBCAutoKeyRetriever.DEFAULT );
String server = System.getProperty( "server.address" );
if( server == null )
{
@ -43,7 +43,7 @@ public class Main
StatementExecuterFactory.initialize(
new DBStatementExecuter( dbm.getSharedExecuter() ) );
}
// }
FichaWindow window = new FichaWindow();
/* window.setLogo( new ImageIcon(
new Main().getClass().getClassLoader().getResource( "logo/logo_w400.png" )

Loading…
Cancel
Save