1
0

add spotless

This commit is contained in:
Michael Hoennig
2022-08-04 09:41:27 +02:00
parent 8605d4c4f1
commit a2f2fdb6a4
6 changed files with 65 additions and 9 deletions
README.mdTODO.mdbuild.gradle
src
main
java
net
hostsharing
hsadminng
test
java
net
hostsharing
hsadminng

@@ -14,4 +14,3 @@ public interface RbacRoleRepository extends Repository<RbacRoleEntity, UUID> {
*/
List<RbacRoleEntity> findAll();
}