Skip to content

Commit

Permalink
fix: checkstyle and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
odafna committed Jul 4, 2024
1 parent 6a94282 commit bfe83ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/MANAGED.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ groups will be deleted. If you define `groups` but set an empty array, keycloak

## Supported full managed resources

<<<<<<< HEAD
| Type | Additional Information | Resource Name |
|---------------------------------|-------------------------------------------------------------------------------------------------|----------------------------------|
| Groups | - | `group` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.HashMap;
import java.util.Objects;
import java.util.Set;
import java.util.function.Consumer;
Expand Down

0 comments on commit bfe83ac

Please sign in to comment.