Fixed imports

Jens Pelzetter 2020-06-03 20:19:30 +02:00
parent 7d787f98bd
commit 3550564f6e
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ import org.libreccm.security.RoleManager;
import org.libreccm.security.RoleRepository;
import java.net.URI;
import java.util.Optional;
import java.util.stream.Collectors;
import javax.ws.rs.WebApplicationException;

View File

@ -31,7 +31,7 @@ import java.util.UUID;
/**
* A repository class for {@link Permission}.
*
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @author <a href="mailto:tosmers@uni-bremen.de">Tobias Osmers</a>
* @version created on 3/29/17
*/
@RequestScoped