commit 7690aab1814b23c4ba9539623e40b7b7f90564c3
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue Mar 10 21:51:10 2020 +0000

    Fix the memory test - we need to run one thing on the Graphics thread!

diff --git a/src/main/java/org/distorted/library/main/InternalOutputSurface.java b/src/main/java/org/distorted/library/main/InternalOutputSurface.java
index 029b577..c687f01 100644
--- a/src/main/java/org/distorted/library/main/InternalOutputSurface.java
+++ b/src/main/java/org/distorted/library/main/InternalOutputSurface.java
@@ -734,9 +734,7 @@ public abstract class InternalOutputSurface extends InternalSurface implements I
  *
  * @param fov Vertical 'field of view' of the Projection frustrum (in degrees).
  *            Valid values: 0<=fov<180. FOV==0 means 'parallel projection'.
- * @param near Distance between the screen plane and the near plane.
- *             Valid vaules: 0<near<1. When near==0 (illegal!), the Near Plane is exactly at the tip of
- *             the pyramid. When near==1 (illegal!) the near plane is equivalent to the screen plane.
+ * @param near The Near plane.
  */
   public void setProjection(float fov, float near)
     {
