[DS-707] Make inner classes static

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5471 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Graham Triggs
2010-10-19 20:53:55 +00:00
parent e1da11f5c2
commit 4c3928d6b5
7 changed files with 8 additions and 8 deletions

View File

@@ -344,7 +344,7 @@ public class LDAPHierarchicalAuthentication
* Internal class to manage LDAP query and results, mainly
* because there are multiple values to return.
*/
public class SpeakerToLDAP {
private static class SpeakerToLDAP {
private Logger log = null;