From aa7032d3b23d9970bd4732d234700d3bd71305ec Mon Sep 17 00:00:00 2001 From: codistmonk Date: Tue, 20 Apr 2010 15:16:53 +0000 Subject: [PATCH] Updated comments. git-svn-id: https://desert.svn.sourceforge.net/svnroot/desert@72 cbff3641-ea5c-438d-a1bd-c9f42921e016 --- src/org/sourceforge/desert/Particle.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/org/sourceforge/desert/Particle.java b/src/org/sourceforge/desert/Particle.java index db9e26f..59051e5 100644 --- a/src/org/sourceforge/desert/Particle.java +++ b/src/org/sourceforge/desert/Particle.java @@ -91,9 +91,9 @@ public interface Particle { /** * * @param mass - *
Range: [0F .. Float.INFINITY[ + *
Range: [0F .. Float.POSITIVE_INFINITY][ * @param radius - *
Range: [0F .. Float.INFINITY[ + *
Range: [0F .. Float.POSITIVE_INFINITY[ * @param color *
Can be null *
Reference parameter @@ -125,7 +125,7 @@ public interface Particle { /** * * @return - *
Range: [0F .. Float.INFINITY[ + *
Range: [0F .. Float.POSITIVE_INFINITY] */ public final float getMass() { return this.mass; @@ -134,7 +134,7 @@ public interface Particle { /** * * @return - *
Range: [0F .. Float.INFINITY[ + *
Range: [0F .. Float.POSITIVE_INFINITY[ */ public float getRadius() { return this.radius; -- 2.11.4.GIT