adding SVN keywords (Date Author Id Revision HeadURL)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1022729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2010-10-14 21:34:09 +00:00
parent 314974bf48
commit c7720b369c
2 changed files with 5 additions and 5 deletions

View File

@ -265,14 +265,14 @@ public class PivotFacetComponent extends SearchComponent
}
public String getSourceId() {
return "$Id: $";
return "$Id$";
}
public String getSource() {
return "$URL: $";
return "$URL$";
}
public String getVersion() {
return "$Revision: $";
return "$Revision$";
}
}

View File

@ -383,11 +383,11 @@ public class TermVectorComponent extends SearchComponent implements SolrCoreAwar
}
public String getSourceId() {
return "$Id:$";
return "$Id$";
}
public String getSource() {
return "$Revision:$";
return "$Revision$";
}
public String getDescription() {