From 7418463e145b9b2c41a8d10bdd81beb15b900933 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Wed, 13 Jun 2007 05:40:35 +0000 Subject: [PATCH] Added a link to the official URL reference. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3433 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/scm/browsers/ViewCVS.java | 1 + core/src/main/java/hudson/scm/browsers/ViewSVN.java | 1 + 2 files changed, 2 insertions(+) diff --git a/core/src/main/java/hudson/scm/browsers/ViewCVS.java b/core/src/main/java/hudson/scm/browsers/ViewCVS.java index 07a53f181d..63e61c05aa 100644 --- a/core/src/main/java/hudson/scm/browsers/ViewCVS.java +++ b/core/src/main/java/hudson/scm/browsers/ViewCVS.java @@ -16,6 +16,7 @@ import java.net.URL; * {@link RepositoryBrowser} for CVS. * @author Kohsuke Kawaguchi */ +// See http://viewvc.tigris.org/source/browse/*checkout*/viewvc/trunk/docs/url-reference.html public final class ViewCVS extends CVSRepositoryBrowser { /** * The URL of the top of the site. diff --git a/core/src/main/java/hudson/scm/browsers/ViewSVN.java b/core/src/main/java/hudson/scm/browsers/ViewSVN.java index 5512d9d600..d5e27dbf02 100644 --- a/core/src/main/java/hudson/scm/browsers/ViewSVN.java +++ b/core/src/main/java/hudson/scm/browsers/ViewSVN.java @@ -19,6 +19,7 @@ import java.net.URL; * @author Kohsuke Kawaguchi * @since 1.90 */ +// See http://viewvc.tigris.org/source/browse/*checkout*/viewvc/trunk/docs/url-reference.html public class ViewSVN extends SubversionRepositoryBrowser { /** * The URL of the top of the site. -- GitLab