Revision: 571
Author: [email protected]
Date: Sun Jul 26 12:16:51 2009
Log: issue#108 shut up hudson, part 3 - minor javadoc complaints.
http://code.google.com/p/piccolo2d/source/detail?r=571
Modified:
/piccolo2d.java/branches/mvn4hudson/core/src/main/java/edu/umd/cs/piccolo/PCamera.java
/piccolo2d.java/branches/mvn4hudson/core/src/main/java/edu/umd/cs/piccolo/event/PPanEventHandler.java
/piccolo2d.java/branches/mvn4hudson/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingCanvas.java
=======================================
---
/piccolo2d.java/branches/mvn4hudson/core/src/main/java/edu/umd/cs/piccolo/PCamera.java
Tue Jul 21 07:46:08 2009
+++
/piccolo2d.java/branches/mvn4hudson/core/src/main/java/edu/umd/cs/piccolo/PCamera.java
Sun Jul 26 12:16:51 2009
@@ -160,7 +160,7 @@
}
/**
- * @deprected since a more specific repaintFromLayer method is
available
+ * @deprecated since a more specific repaintFromLayer method is
available
*
* Repaint from one of the cameras layers. The repaint region needs to
be
* transformed from view to local in this case. Unlike most repaint
methods
=======================================
---
/piccolo2d.java/branches/mvn4hudson/core/src/main/java/edu/umd/cs/piccolo/event/PPanEventHandler.java
Wed Jul 15 12:31:15 2009
+++
/piccolo2d.java/branches/mvn4hudson/core/src/main/java/edu/umd/cs/piccolo/event/PPanEventHandler.java
Sun Jul 26 12:16:51 2009
@@ -106,7 +106,6 @@
/**
* Returns the minAutoPan speed in pixels per second.
*
- * @param minAutopanSpeed
* @return minAutopanSpeed in pixels
*/
public double getMinAutoPanSpeed() {
@@ -116,7 +115,6 @@
/**
* Returns the maxAutoPan speed in pixels per second.
*
- * @param maxAutopanSpeed
* @return maxAutopanSpeed in pixels
*/
public double getMaxAutoPanSpeed() {
=======================================
---
/piccolo2d.java/branches/mvn4hudson/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingCanvas.java
Fri Jul 17 22:20:39 2009
+++
/piccolo2d.java/branches/mvn4hudson/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwingCanvas.java
Sun Jul 26 12:16:51 2009
@@ -85,8 +85,6 @@
static class ChildWrapper extends JComponent {
/**
* Create a new JComponent wrapper for the specified PSwingCanvas.
- *
- * @param canvas PSwingCanvas to wrap
*/
public ChildWrapper() {
setSize(new Dimension(0, 0));
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---