You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2020/07/04 07:09:06 UTC

[lucene-solr] branch jira/solr-14021 updated: SOLR-14021: Fixing precommit

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch jira/solr-14021
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/solr-14021 by this push:
     new 8679550  SOLR-14021: Fixing precommit
8679550 is described below

commit 867955093cc43f6e1d81d27bae14fd2ee301531a
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Sat Jul 4 12:38:52 2020 +0530

    SOLR-14021: Fixing precommit
---
 solr/core/src/java/org/apache/solr/store/hdfs/HdfsFileWriter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/store/hdfs/HdfsFileWriter.java b/solr/core/src/java/org/apache/solr/store/hdfs/HdfsFileWriter.java
index 24830c0..e8c9db3 100644
--- a/solr/core/src/java/org/apache/solr/store/hdfs/HdfsFileWriter.java
+++ b/solr/core/src/java/org/apache/solr/store/hdfs/HdfsFileWriter.java
@@ -33,7 +33,7 @@ import org.apache.lucene.store.OutputStreamIndexOutput;
  * @deprecated since 8.6
  */
 @Deprecated
-ublic class HdfsFileWriter extends OutputStreamIndexOutput {
+public class HdfsFileWriter extends OutputStreamIndexOutput {
   
   public static final String HDFS_SYNC_BLOCK = "solr.hdfs.sync.block";
   public static final int BUFFER_SIZE = 16384;