Guest User

Untitled

a guest
Apr 5th, 2021
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. package plugin;
  2.  
  3. import builders.colonial.http.webrequesthandler.module.Module;
  4.  
  5. public class PluginMain extends Module {
  6. @Override
  7. public void handleRequest(String s) {
  8. System.out.println("TEST ---- " + s);
  9. }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment