added missing javadoc

This commit is contained in:
Sebastian Sdorra
2011-07-05 21:30:36 +02:00
parent b7f933d1d7
commit 88f48ac077
2 changed files with 2 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ public class Group implements ModelObject, Iterable<String>
//~--- constructors ---------------------------------------------------------
/**
* Constructs ...
* Constructs {@link Group} object. This constructor is required by JAXB.
*
*/
public Group() {}

View File

@@ -46,6 +46,7 @@ import java.util.Collection;
/**
* The central class for managing {@link Group}s.
* This class is a singleton and is available via injection.
*
* @author Sebastian Sdorra
*/
public interface GroupManager