Skip to content
Snippets Groups Projects

identifier factory should always return the same instance of identifier (no...

Merged Piotr Gawron requested to merge 9-connect-to-ldap into master
Files
5
@@ -66,4 +66,7 @@ public class Identifier {
return this.getDatabaseIdentifier().name() + ":" + this.getResourceIdentifier();
}
public int getId() {
return id;
}
}
Loading