/[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 3200 by torben, Mon Mar 9 11:56:37 2015 UTC revision 3201 by torben, Wed May 31 08:56:00 2017 UTC
# Line 16  import org.bukkit.plugin.Plugin; Line 16  import org.bukkit.plugin.Plugin;
16  import com.sun.net.httpserver.HttpExchange;  import com.sun.net.httpserver.HttpExchange;
17  import com.sun.net.httpserver.HttpHandler;  import com.sun.net.httpserver.HttpHandler;
18    
19    @SuppressWarnings("restriction")
20  public class StatusListener implements HttpHandler{  public class StatusListener implements HttpHandler{
21    
22          SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");          SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");

Legend:
Removed from v.3200  
changed lines
  Added in v.3201

  ViewVC Help
Powered by ViewVC 1.1.20