1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 13:49:12 +02:00

Fixed up javadoc comment errors

This commit is contained in:
ElgarL
2011-11-04 09:36:11 +00:00
parent eba96c110b
commit 7926792000
12 changed files with 137 additions and 134 deletions

View File

@@ -46,7 +46,7 @@ public class GroupVariables extends Variables implements Cloneable {
/**
* A clone of all vars here.
* @return
* @return GroupVariables clone
*/
protected GroupVariables clone(Group newOwner) {
GroupVariables clone = new GroupVariables(newOwner);