Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f2d5d75d authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- suppressed useless property setting and associated comment

parent 7700f1a5
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,6 @@ public class AlignmentService {
private DBService connection;
public static void main(String[] args) {
// Added this for not having an unpleasant message at startup
// We do not use graphic features anyway (this is useless anyway)
System.setProperty("sun.java2d.opengl", "false");
try { new AlignmentService().run( args ); }
catch ( Exception ex ) { ex.printStackTrace(); };
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment