/**
* SPDXVersion: SPDX-1.1
* Creator: Person: Nuno Brito (nuno.brito@triplecheck.de)
* Creator: Organization: TripleCheck (http://triplecheck.de)
* Created: 2013-12-05T00:00:00Z
* LicenseName: NOASSERTION
* FileName: definition.java
* FileType: SOURCE
* FileCopyrightText: <text> Copyright (c) 2013 Nuno Brito, TripleCheck </text>
* FileComment: <text> Keeps some definitions that are shared across the
* system </text>
*/
package definitions;
/**
*
* @author Nuno Brito, 5th of December 2013 in Darsmtadt, Germany
*/
public class definition {
public static final String
port = "port",
portDefault = "10101",
searchList = "SearchList";
}