diff options
author | paulby <[email protected]> | 2004-10-21 16:46:23 +0000 |
---|---|---|
committer | paulby <[email protected]> | 2004-10-21 16:46:23 +0000 |
commit | 44f5c4ea7ec3f5b6bb66077ee690a80bc3ef9450 (patch) | |
tree | 9438a04c566fbb13f0e4e3098ca2120d1e21c675 /src | |
parent | 49503dd36d9cc9bf74d827a70a0bfcbac70102a4 (diff) |
Fix javadoc issue, changed @return to @param
Issue number:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@59 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src')
-rw-r--r-- | src/classes/share/javax/media/j3d/AuralAttributes.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classes/share/javax/media/j3d/AuralAttributes.java b/src/classes/share/javax/media/j3d/AuralAttributes.java index dde9881..a74520c 100644 --- a/src/classes/share/javax/media/j3d/AuralAttributes.java +++ b/src/classes/share/javax/media/j3d/AuralAttributes.java @@ -1105,7 +1105,7 @@ public class AuralAttributes extends NodeComponent { * the specified array. * The array must be large enough to hold all of the points. * The individual array elements must be allocated by the caller. - * @return attenuation array of pairs of distance and frequency cutoff values + * @param attenuation array of pairs of distance and frequency cutoff values * @exception CapabilityNotSetException if appropriate capability is * not set and this object is part of live or compiled scene graph */ |