mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-10 18:43:05 +02:00
groupnames and repositorypermissions should be final
This commit is contained in:
@@ -49,7 +49,7 @@ import java.util.Iterator;
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.21
|
||||
*/
|
||||
public class GroupNames implements Serializable, Iterable<String>
|
||||
public final class GroupNames implements Serializable, Iterable<String>
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
|
||||
@@ -50,7 +50,7 @@ import java.io.Serializable;
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.21
|
||||
*/
|
||||
public class RepositoryPermission implements Permission, Serializable
|
||||
public final class RepositoryPermission implements Permission, Serializable
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
|
||||
Reference in New Issue
Block a user