Skip to content

Commit

Permalink
Sample Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasara Dissanayake committed Aug 1, 2017
1 parent 95630b6 commit 1ec8a9f
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
package org.wso2.sp.http.server;

import com.sun.net.httpserver.Headers;

import java.util.Collection;
import java.util.List;
import java.util.Set;

/**
* This is a sample HTTP server to receive events through HTTP/HTTPS protocol
* This is a sample HTTP server to receive events through HTTP/HTTPS protocol.
*/
public class HttpServerMain {
private static final org.apache.log4j.Logger logger = org.apache.log4j.Logger.getLogger(HttpServerMain.class);
Expand Down

0 comments on commit 1ec8a9f

Please sign in to comment.