[java-mvn-enforcer] branch main updated: Fix javadoc
Phil Smart
philip.smart at jisc.ac.uk
Thu Sep 23 12:41:04 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-mvn-enforcer.
View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=c76ce8bd493294908bc1eb5f277a23174af0cdcd
The following commit(s) were added to refs/heads/main by this push:
new c76ce8b Fix javadoc
c76ce8b is described below
commit c76ce8bd493294908bc1eb5f277a23174af0cdcd
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Sep 23 12:41:00 2021 +0000
Fix javadoc
---
src/main/java/net/shibboleth/idp/enforcer/impl/HTTPLoader.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/net/shibboleth/idp/enforcer/impl/HTTPLoader.java b/src/main/java/net/shibboleth/idp/enforcer/impl/HTTPLoader.java
index 33ab271..6395004 100644
--- a/src/main/java/net/shibboleth/idp/enforcer/impl/HTTPLoader.java
+++ b/src/main/java/net/shibboleth/idp/enforcer/impl/HTTPLoader.java
@@ -49,7 +49,7 @@ public class HTTPLoader implements MavenLoader {
/** Constructor.
* @param tmpDir working dir (shared with the enforcer)
- * @throws Exception
+ * @throws Exception on error
*/
public HTTPLoader(final Path tmpDir) throws Exception {
final HttpClientBuilder builder = new HttpClientBuilder();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list