Fix typo in TechnicalPiston documentation

This commit is contained in:
md_5 2019-01-13 10:16:25 +11:00
parent d4e8c8b3b3
commit 8736469c49

View file

@ -11,14 +11,14 @@ public interface TechnicalPiston extends Directional {
/** /**
* Gets the value of the 'type' property. * Gets the value of the 'type' property.
* *
* @return the 'stage' value * @return the 'type' value
*/ */
Type getType(); Type getType();
/** /**
* Sets the value of the 'type' property. * Sets the value of the 'type' property.
* *
* @param type the new ''type value * @param type the new 'type' value
*/ */
void setType(Type type); void setType(Type type);