Skip to content

Commit b096d2a

Browse files
committed
2 parents 91d1ae5 + 7277fe8 commit b096d2a

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/spongepowered/api/util

1 file changed

+1
-1
lines changed

src/main/java/org/spongepowered/api/util/Axis.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public Vector3d toVector3d() {
8181
/**
8282
* Get the Vector3d with the given {@link AxisDirection}.
8383
*
84-
* @param The direction along the axis.
84+
* @param axisDirection The direction along the axis.
8585
* @return the Vector3d
8686
*/
8787
public Vector3d toVector3dWithDirection(final AxisDirection axisDirection) {

0 commit comments

Comments
 (0)