commit 65074f5ad983a5565674e204407dea744438899c
Author: Leszek Koltunski <leszek@distorted.org>
Date:   Tue Jul 5 23:34:24 2016 +0100

    Minor stuff - comments.

diff --git a/src/main/java/org/distorted/library/type/Dynamic.java b/src/main/java/org/distorted/library/type/Dynamic.java
index 1351ecf..d6a03e3 100644
--- a/src/main/java/org/distorted/library/type/Dynamic.java
+++ b/src/main/java/org/distorted/library/type/Dynamic.java
@@ -22,7 +22,7 @@ package org.distorted.library.type;
 import java.util.Random;
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
-/** A class to interpolate between a List of Float{1,2,3,4}Ds.
+/** A class to interpolate between a List of Static{1,2,3,4}Ds.
 * <p><ul>
 * <li>if there is only one Point, just jump to it.
 * <li>if there are two Points, linearly bounce between them
@@ -165,9 +165,9 @@ public abstract class Dynamic
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 /**
- * Returns the number of Float{1,2,3,4}Ds this Dynamic has been fed with.
+ * Returns the number of Static{1,2,3,4}Ds this Dynamic has been fed with.
  *   
- * @return the number of Float{1,2,3,4}Ds we are currently interpolating through.
+ * @return the number of Static{1,2,3,4}Ds we are currently interpolating through.
  */
   public synchronized int getNumPoints()
     {
@@ -178,12 +178,12 @@ public abstract class Dynamic
 /**
  * Controls how many times we want to interpolate.
  * <p>
- * Count equal to 1 means 'go from the first Float{1,2,3,4}D to the last and back'. Does not have to be an
+ * Count equal to 1 means 'go from the first Static{1,2,3,4}D to the last and back'. Does not have to be an
  * integer - i.e. count=1.5 would mean 'start at the first Point, go to the last, come back to the first, 
  * go to the last again and stop'.
  * Count<=0 means 'go on interpolating indefinitely'.
  * 
- * @param count the number of times we want to interpolate between our collection of Float{1,2,3,4}Ds.
+ * @param count the number of times we want to interpolate between our collection of Static{1,2,3,4}Ds.
  */
   public void setCount(float count)
     {
