/************************************************************************* * * * SignServer: The OpenSource Automated Signing Server * * * * This software is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public * * License as published by the Free Software Foundation; either * * version 2.1 of the License, or any later version. * * * * See terms of license at gnu.org. * * * *************************************************************************/ package org.signserver.test.adminws; /** * Informs that this class is not intended to be run standalone. * * @author Markus KilÄs * @version $Id: Main.java 1837 2011-08-11 10:13:08Z netmackan $ */ public class Main { private Main() { } /** * @param args the command line arguments */ public static void main(String[] args) { System.err.println("Execute using JUnit"); } }