You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2009/08/02 20:50:16 UTC

svn commit: r800127 - /directory/apacheds/trunk/http-integration/src/main/java/org/apache/directory/server/integration/http/HttpServer.java

Author: kayyagari
Date: Sun Aug  2 18:50:16 2009
New Revision: 800127

URL: http://svn.apache.org/viewvc?rev=800127&view=rev
Log:
added some javadoc

Modified:
    directory/apacheds/trunk/http-integration/src/main/java/org/apache/directory/server/integration/http/HttpServer.java

Modified: directory/apacheds/trunk/http-integration/src/main/java/org/apache/directory/server/integration/http/HttpServer.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/http-integration/src/main/java/org/apache/directory/server/integration/http/HttpServer.java?rev=800127&r1=800126&r2=800127&view=diff
==============================================================================
--- directory/apacheds/trunk/http-integration/src/main/java/org/apache/directory/server/integration/http/HttpServer.java (original)
+++ directory/apacheds/trunk/http-integration/src/main/java/org/apache/directory/server/integration/http/HttpServer.java Sun Aug  2 18:50:16 2009
@@ -55,8 +55,10 @@
     /** a collection to hold the configured web applications */
     private Set<WebApp> webApps;
 
+    /** the default port to be used when no configuration file is provided */
     private int port = 8080;
 
+    /** an internal flag to check the server configuration */
     private boolean configured = false;
 
     private static final Logger LOG = LoggerFactory.getLogger( HttpServer.class );