/*
********************* [ P O C K E T C A M P U S ] *****************
* [ LICENCE ] see "licence"-file in the root directory
* [ MAINTAINER ] christophe.zurn@epfl.ch
* [ STATUS ] stable
*
**************************[ C O M M E N T S ]**********************
*
* Explicit status of the server
*
*******************************************************************
*/
package org.pocketcampus.server.server;
public class Status {
public static boolean availabe = true;
}
|