More annotation fixes

This commit is contained in:
paulevsGitch 2021-06-06 12:35:34 +03:00
parent c6bb88fdc8
commit 0d63530136
4 changed files with 7 additions and 6 deletions

View file

@ -131,7 +131,7 @@ public class BlocksHelper {
/**
* Creates a new {@link Direction} array with clockwise order:
* NORTH -> EAST -> SOUTH -> WEST
* NORTH, EAST, SOUTH, WEST
* @return Array of {@link Direction}.
*/
public static Direction[] makeHorizontal() {