fix eclipse to compile at all. why does the build not fail?
This commit is contained in:
parent
2fef5dee96
commit
dcec4791c4
|
@ -1,4 +1,4 @@
|
|||
package org.elastiscearch.index.store;
|
||||
package org.elasticsearch.index.store;
|
||||
|
||||
/*
|
||||
* Licensed to Elasticsearch under one or more contributor
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elastiscearch.index.store;
|
||||
package org.elasticsearch.index.store;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.file.Path;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elastiscearch.index.store;
|
||||
package org.elasticsearch.index.store;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.nio.file.Path;
|
||||
|
|
Loading…
Reference in New Issue