mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-06 16:49:07 +00:00
init, thx MrExtremez
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
package org.apollo.jagcached;
|
||||
|
||||
/**
|
||||
* 2006Redone Development
|
||||
*
|
||||
* @author Ryley Kimmel <ryley.kimmel@live.com>
|
||||
* Jul 9, 2013
|
||||
* Constants.java
|
||||
*
|
||||
* @see java.lang.Object
|
||||
*/
|
||||
public final class Constants {
|
||||
|
||||
/**
|
||||
* The directory of the file system.
|
||||
*/
|
||||
public static final String FILE_SYSTEM_DIR = "./cache/";
|
||||
|
||||
/**
|
||||
* Default private constructor to prevent instantiation.
|
||||
*/
|
||||
private Constants() {
|
||||
super();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user