Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit 8c8c249

Browse files
committed
redoit what I lost
1 parent 2c8d7d4 commit 8c8c249

File tree

7 files changed

+359
-328
lines changed

7 files changed

+359
-328
lines changed

src/main/java/authentication/FrameworkConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static synchronized FrameworkConfiguration getInstance(
8080

8181
// TODO: this property has to be removed and replaced with the LDIWO
8282
// class
83-
instance.setFrameworkOntologyNS(context.getInitParameter(LDIWO.NS));
83+
instance.setFrameworkOntologyNS(LDIWO.NS);
8484

8585
instance.setSmtpHost(context.getInitParameter("smtp-host"));
8686
instance.setSmtpTLSPort(context.getInitParameter("smpt-tls-port"));

0 commit comments

Comments
 (0)