commit da7ce0d8eb0ee82ae0ff4e16ec79c831064f5860
Author: LeszekKoltunski <admin@distortedandroid.org>
Date:   Mon May 30 21:45:03 2016 +0000

    Fix javadoc errors

diff --git a/src/main/java/org/distorted/library/DistortedBitmap.java b/src/main/java/org/distorted/library/DistortedBitmap.java
index b122480..41d0ba0 100644
--- a/src/main/java/org/distorted/library/DistortedBitmap.java
+++ b/src/main/java/org/distorted/library/DistortedBitmap.java
@@ -46,7 +46,7 @@ public class DistortedBitmap extends DistortedObject
  *       
  * @param width  width of the DistortedBitmap, in pixels.
  * @param height height of the DistortedBitmap, in pixels.
- * @param size Horizontal size of the distortion grid. 2<=size&lt;256.
+ * @param gridSize Horizontal size of the distortion grid. 2<=size&lt;256.
  */
    public DistortedBitmap(int width, int height, int gridSize)
      {     
@@ -71,7 +71,7 @@ public class DistortedBitmap extends DistortedObject
  * The dimensions of the created DistortedBitmap object are the same like that of the passed Bitmap.
  *       
  * @param bmp The android.graphics.Bitmap object to apply effects to and display.
- * @param size Horizontal size of the distortion grid. 1<=size&lt;256.
+ * @param gridSize Horizontal size of the distortion grid. 1<=size&lt;256.
  */
    public DistortedBitmap(Bitmap bmp, int gridSize)
      {
diff --git a/src/main/java/org/distorted/library/DistortedNode.java b/src/main/java/org/distorted/library/DistortedNode.java
index 5a8aeca..2a3f5c3 100644
--- a/src/main/java/org/distorted/library/DistortedNode.java
+++ b/src/main/java/org/distorted/library/DistortedNode.java
@@ -333,7 +333,6 @@ public class DistortedNode
  * Adds a new child to the last position in the list of our Node's children.
  * 
  * @param node The new Node to add.
- * @return <code>true</code> if we successfully added the new child.
  */
   public synchronized void attach(DistortedNode node)
     {
diff --git a/src/main/java/org/distorted/library/DistortedObject.java b/src/main/java/org/distorted/library/DistortedObject.java
index cef1677..8aecd6e 100644
--- a/src/main/java/org/distorted/library/DistortedObject.java
+++ b/src/main/java/org/distorted/library/DistortedObject.java
@@ -1081,7 +1081,7 @@ public abstract class DistortedObject
 /**
  * Makes a certain sub-region of the Bitmap smoothly change its transparency level.
  * 
- * See {@link #alpha(int, Float4D, Float2D, int, float)}
+ * See {@link #alpha(Interpolator1D, Float4D, Float2D)}
  */
   public long smooth_alpha(Interpolator1D a, Float4D region, Float2D point)
     {
@@ -1092,7 +1092,7 @@ public abstract class DistortedObject
 /**
  * Makes a certain sub-region of the Bitmap smoothly change its transparency level.
  * 
- * See {@link #alpha(int, Float4D, Interpolator2D, int, float)}
+ * See {@link #alpha(float, Float4D, Interpolator2D, int, float)}
  */
   public long smooth_alpha(float alpha, Float4D region, Interpolator2D i, int duration, float count)
     {
@@ -1109,7 +1109,7 @@ public abstract class DistortedObject
 /**
  * Makes a certain sub-region of the Bitmap smoothly change its transparency level.
  * 
- * See {@link #alpha(int, Float4D, Float2D, int, float)}
+ * See {@link #alpha(float, Float4D, Float2D, int, float)}
  */
   public long smooth_alpha(float alpha, Float4D region, Float2D point, int duration, float count)
     {
@@ -1126,7 +1126,7 @@ public abstract class DistortedObject
 /**
  * Makes a certain sub-region of the Bitmap smoothly change its transparency level.
  * 
- * See {@link #alpha(int, Float4D, Float2D)}
+ * See {@link #alpha(float, Float4D, Float2D)}
  */
   public long smooth_alpha(float alpha, Float4D region, Float2D point)
     {
