mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 09:50:16 +02:00
added missing javadoc
This commit is contained in:
@@ -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() {}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user