forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
328 B
24 lines
328 B
/*
|
|
* SingletonConstants.java
|
|
*
|
|
* Created on 25 de Maio de 2004, 13:34
|
|
*/
|
|
|
|
package siprp;
|
|
|
|
/**
|
|
*
|
|
* @author fpalma
|
|
*/
|
|
public class SingletonConstants
|
|
{
|
|
public static final String PERSISTENCE_MANAGER = "PERSISTENCE_MANAGER";
|
|
|
|
|
|
/** Creates a new instance of SingletonConstants */
|
|
private SingletonConstants()
|
|
{
|
|
}
|
|
|
|
}
|