mirror of https://github.com/apache/lucene.git
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:
parent
314974bf48
commit
c7720b369c
|
@ -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$";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue