[java-idp-testbed] branch master updated: Update a comment.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 5 12:16:57 EDT 2016
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=16fb5731c32dbe2a35da08dea7766c9732b8d62e
The following commit(s) were added to refs/heads/master by this push:
new 16fb573 Update a comment.
16fb573 is described below
commit 16fb5731c32dbe2a35da08dea7766c9732b8d62e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 5 12:16:56 2016 -0400
Update a comment.
---
src/main/java/Main.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/Main.java b/src/main/java/Main.java
index 82090f1..e97c7e1 100644
--- a/src/main/java/Main.java
+++ b/src/main/java/Main.java
@@ -51,7 +51,7 @@ public class Main {
// Set idp.webflows to "classpath*:/flows" so user flows in multiple locations can be found.
System.setProperty("idp.webflows", "classpath*:/flows");
- // Determine path to jetty-base in the idp-distribution module.
+ // Determine path to jetty-base in the idp-example-jetty-base project.
final Path pathToJettyBase =
Paths.get(Paths.get("").toAbsolutePath().getParent().toAbsolutePath().toString(),
"java-idp-example-jetty-base", "src", "main", "resources", "jetty-base");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list