<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -240,6 +240,12 @@ public interface NanoPoolManagementMBean {
    */
   void killConnection(int id);
 
-  // TODO document getOriginalPoolSize
+  /**
+   * While the {@link NanoPoolManagementMBean#getPoolSize()} method always
+   * returns the current size of the pool, this method only returns the size
+   * that the pool was originally configured with and therefore does not change
+   * if the pool is resized.
+   * @return The pool size that this pool was originally configured with.
+   */
   int getOriginalPoolSize();
 }</diff>
      <filename>src/main/java/net/nanopool/NanoPoolManagementMBean.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8faa98cdeb6d7905ff555dcd9601714abb5b4dad</id>
    </parent>
  </parents>
  <author>
    <name>Christian Vest Hansen</name>
    <email>karmazilla@gmail.com</email>
  </author>
  <url>http://github.com/karmazilla/nanopool/commit/91092b334e34d8054203dd9ee5b2d3d3589ed540</url>
  <id>91092b334e34d8054203dd9ee5b2d3d3589ed540</id>
  <committed-date>2009-11-09T08:51:06-08:00</committed-date>
  <authored-date>2009-11-09T08:51:06-08:00</authored-date>
  <message>javadoc for the getOriginalPoolSize property on the JMX interface</message>
  <tree>ddfbf0411a62d38924d92137ba84848c5811455e</tree>
  <committer>
    <name>Christian Vest Hansen</name>
    <email>karmazilla@gmail.com</email>
  </committer>
</commit>
