[spring-extensions] branch master updated: Javadoc fixes
Ian Young
ian at iay.org.uk
Mon Oct 2 11:15:16 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=90a6110dc5a64257e320726aa36f33ba4fbba8bd
The following commit(s) were added to refs/heads/master by this push:
new 90a6110 Javadoc fixes
90a6110 is described below
commit 90a6110dc5a64257e320726aa36f33ba4fbba8bd
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