source should be URL, not Revision

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2010-10-18 16:39:07 +00:00
parent 0a19c3781d
commit 9c5d3be203
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ public class TermVectorComponent extends SearchComponent implements SolrCoreAwar
}
public String getSource() {
return "$Revision$";
return "$URL:";
}
public String getDescription() {