Skip to content

Commit

Permalink
Update src/core/persistence/src/main/java/it/geosolutions/geostore/co…
Browse files Browse the repository at this point in the history
…re/dao/ldap/impl/UserGroupDAOImpl.java

Co-Authored-By: Lorenzo Natali <offtherailz@gmail.com>
  • Loading branch information
mbarto and offtherailz authored Nov 11, 2019
1 parent fec7c51 commit a7201d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public List<UserGroup> findAll() {
*/
@Override
public UserGroup find(Long id) {
// Not supported yet, we can eventually map an LDAP attribute and use it as an ID
// Not supported yet, we can possibly map an LDAP attribute and use it as an ID
// If needed in any use case
return null;
}
Expand Down

0 comments on commit a7201d6

Please sign in to comment.