Make comment class-level publically visible

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2010-01-12 14:06:44 +00:00
parent 6b024f5f8b
commit dcccf06f80
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import java.util.Iterator;
import org.apache.solr.common.params.SolrParams;
/*
/**
* <p>This implementation is copied from Apache Nutch. </p>
* <p>An implementation of a page signature. It calculates an MD5 hash
* of a plain text "profile" of a page.</p>