/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/web/StatusListener.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/web/StatusListener.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1786 by torben, Tue Apr 3 20:21:02 2012 UTC revision 1787 by torben, Mon Apr 9 18:47:26 2012 UTC
# Line 19  import de.codeinfection.quickwango.ApiBu Line 19  import de.codeinfection.quickwango.ApiBu
19  import de.codeinfection.quickwango.ApiBukkit.ApiServer.*;  import de.codeinfection.quickwango.ApiBukkit.ApiServer.*;
20    
21    
22  @Controller( name = "webstatus", authenticate = false, serializer = "plain" )  @Controller( name = "webstatus", authenticate = false, serializer = "raw" )
23  public class StatusListener extends ApiController {  public class StatusListener extends ApiController {
24    
25          SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");          SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");

Legend:
Removed from v.1786  
changed lines
  Added in v.1787

  ViewVC Help
Powered by ViewVC 1.1.20