[spring-extensions] branch maint-5 updated: Javadoc fixes
Ian Young
ian at iay.org.uk
Mon Oct 2 10:58:47 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-5
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=973e592d073a0a7b0a608b67ca00db7344fe3ff6
The following commit(s) were added to refs/heads/maint-5 by this push:
new 973e592 Javadoc fixes
973e592 is described below
commit 973e592d073a0a7b0a608b67ca00db7344fe3ff6
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Oct 2 15:58:37 2017 +0100
Javadoc fixes
---
src/test/java/net/shibboleth/ext/spring/resource/SVNRunnable.java | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/test/java/net/shibboleth/ext/spring/resource/SVNRunnable.java b/src/test/java/net/shibboleth/ext/spring/resource/SVNRunnable.java
index 0a0d9ba..5c6cd46 100644
--- a/src/test/java/net/shibboleth/ext/spring/resource/SVNRunnable.java
+++ b/src/test/java/net/shibboleth/ext/spring/resource/SVNRunnable.java
@@ -68,7 +68,6 @@ public class SVNRunnable extends AbstractIdentifiedInitializableComponent
* @param repositoryUrl URL of the remote repository
* @param workingCopy directory that will serve as the root of the local working copy
* @param workingRevision revision of the resource to retrieve or -1 for HEAD revision
- * @param resourceFile file, within the working copy, represented by this resource
*
* @throws BeanCreationException thrown if there is a problem initializing the SVN resource
*/
@@ -234,8 +233,6 @@ public class SVNRunnable extends AbstractIdentifiedInitializableComponent
/** Updates an existing local working copy from the repository.
*
- * @return the revision of the fetched content
- *
* @throws IOException thrown if there is a problem updating the working copy
*/
private void updateResourceDirectory() throws IOException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list