LUCENE-2915: ... and its ctor too

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1069911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-02-11 18:11:37 +00:00
parent 866f01e2ad
commit d733c07a56
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import org.apache.lucene.index.codecs.standard.StandardCodec;
*/
public class CoreCodecProvider extends CodecProvider {
CoreCodecProvider() {
public CoreCodecProvider() {
register(new StandardCodec());
register(new PreFlexCodec());
register(new PulsingCodec(1));