Mentions légales du service

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

- added a useless comment

parent ac0d16e8
No related branches found
No related tags found
No related merge requests found
/*
* $Id$
*
* Copyright (C) INRIA Rhne-Alpes, 2006
* Copyright (C) INRIA Rhne-Alpes, 2006-2007
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
......@@ -84,6 +84,9 @@ public class AlignmentService {
private AServProtocolManager manager;
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");
AlignmentService aserv = new AlignmentService();
try { aserv.run( args ); }
catch ( Exception ex ) { ex.printStackTrace(); };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment