[TeamTalk 198]: [734] trunk/TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder: Fixed some javadoc errors.
tk@edam.speech.cs.cmu.edu
tk at edam.speech.cs.cmu.edu
Tue Sep 4 14:30:47 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20070904/f3334a00/attachment.html
-------------- next part --------------
Modified: trunk/TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/BotShape.java
===================================================================
--- trunk/TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/BotShape.java 2007-09-04 17:52:59 UTC (rev 733)
+++ trunk/TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/BotShape.java 2007-09-04 18:30:46 UTC (rev 734)
@@ -152,7 +152,7 @@
/**
* bots are iconified as triangles
- * @return an isocelese triangle, length 80cm, width 48cm, as an
+ * makes an isocelese triangle, length 80cm, width 48cm, as an
* AWT Shape
*/
protected void makeIcon() {
Modified: trunk/TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/MapCanvasListener.java
===================================================================
--- trunk/TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/MapCanvasListener.java 2007-09-04 17:52:59 UTC (rev 733)
+++ trunk/TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/MapCanvasListener.java 2007-09-04 18:30:46 UTC (rev 734)
@@ -126,7 +126,7 @@
/**
* Set the current tool.
- * @param The new tool.
+ * @param tool The new tool.
*/
public void setTool(Tool tool) {
this.tool = tool;
Modified: trunk/TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/ObjShape.java
===================================================================
--- trunk/TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/ObjShape.java 2007-09-04 17:52:59 UTC (rev 733)
+++ trunk/TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/ObjShape.java 2007-09-04 18:30:46 UTC (rev 734)
@@ -95,7 +95,7 @@
/**
* objects are iconified as circles
- * @return an isocelese triangle, length 80cm, width 48cm, as an
+ * makes an isocelese triangle, length 80cm, width 48cm, as an
* AWT Shape
*/
protected void makeIcon() {
@@ -188,7 +188,6 @@
* Also builds the uncertainty ring and the transparency values
* @param x x coordinate of robot's frame location (in centimeters)
* @param y y coordinate of robot's frmae location (in centimeters)
- * @param rad direction of robots frame relative to the map's frame
*/
public void setLocation(float x, float y) {
if(this.x != x || this.y != y || this.rad != rad) {
More information about the TeamTalk-developers
mailing list