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

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

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

revision 3200 by torben, Mon May 29 13:03:52 2017 UTC revision 3201 by torben, Wed May 31 08:56:00 2017 UTC
# Line 22  import dk.thoerup.bukkit.hoeruputils.web Line 22  import dk.thoerup.bukkit.hoeruputils.web
22  import dk.thoerup.bukkit.hoeruputils.web.WebUser;  import dk.thoerup.bukkit.hoeruputils.web.WebUser;
23  import dk.thoerup.bukkit.hoeruputils.web.WebUserCommand;  import dk.thoerup.bukkit.hoeruputils.web.WebUserCommand;
24    
25    @SuppressWarnings("restriction")
26  public class HoerupUtilsPlugin extends JavaPlugin {  public class HoerupUtilsPlugin extends JavaPlugin {
27    
28          @Override          @Override
# Line 31  public class HoerupUtilsPlugin extends J Line 32  public class HoerupUtilsPlugin extends J
32                  }                  }
33          }          }
34                    
35          MessageWrapper messageWrapper;          MessageWrapper messageWrapper;  
36          HttpServer server = null;          HttpServer server = null;
37    
38                    

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

  ViewVC Help
Powered by ViewVC 1.1.20