We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e323fa6 commit 5dee8c1Copy full SHA for 5dee8c1
1 file changed
app/src/processing/app/WebServer.java
@@ -8,8 +8,12 @@
8
//import javax.swing.SwingUtilities;
9
10
/**
11
- * An example of a very simple, multi-threaded HTTP server.
12
- * Taken from <a href="http://java.sun.com/developer/technicalArticles/Networking/Webserver/">this</a> article on java.sun.com.
+ * This code is placed here in anticipation of running the reference from an
+ * internal web server that reads the docs from a zip file, instead of using
13
+ * thousands of .html files on the disk, which is really inefficient.
14
+ * <p/>
15
+ * This is a very simple, multi-threaded HTTP server, originally based on
16
+ * <a href="http://j.mp/6BQwpI">this</a> article on java.sun.com.
17
*/
18
public class WebServer implements HttpConstants {
19
0 commit comments