You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2010/02/24 17:20:34 UTC

svn commit: r915852 - /lucene/java/branches/flex_1458_3_0_back_compat_tests/src/java/org/apache/lucene/index/codecs/Codecs.java

Author: mikemccand
Date: Wed Feb 24 16:20:33 2010
New Revision: 915852

URL: http://svn.apache.org/viewvc?rev=915852&view=rev
Log:
LUCENE-2111 (flex, bw branch): remove some more nocommits; enable forkmode=batch; change BytesRef.toString -> utf8ToString

Added:
    lucene/java/branches/flex_1458_3_0_back_compat_tests/src/java/org/apache/lucene/index/codecs/Codecs.java   (with props)

Added: lucene/java/branches/flex_1458_3_0_back_compat_tests/src/java/org/apache/lucene/index/codecs/Codecs.java
URL: http://svn.apache.org/viewvc/lucene/java/branches/flex_1458_3_0_back_compat_tests/src/java/org/apache/lucene/index/codecs/Codecs.java?rev=915852&view=auto
==============================================================================
--- lucene/java/branches/flex_1458_3_0_back_compat_tests/src/java/org/apache/lucene/index/codecs/Codecs.java (added)
+++ lucene/java/branches/flex_1458_3_0_back_compat_tests/src/java/org/apache/lucene/index/codecs/Codecs.java Wed Feb 24 16:20:33 2010
@@ -0,0 +1,25 @@
+package org.apache.lucene.index.codecs;
+
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+// stub
+public class Codecs {
+  public static Codecs getDefault() {
+    return null;
+  }
+}
\ No newline at end of file

Propchange: lucene/java/branches/flex_1458_3_0_back_compat_tests/src/java/org/apache/lucene/index/codecs/Codecs.java
------------------------------------------------------------------------------
    svn:eol-style = native