fix eclipse to compile at all. why does the build not fail?

This commit is contained in:
Robert Muir 2016-02-04 18:57:53 -05:00
parent 2fef5dee96
commit dcec4791c4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package org.elastiscearch.index.store; package org.elasticsearch.index.store;
/* /*
* Licensed to Elasticsearch under one or more contributor * Licensed to Elasticsearch under one or more contributor

View File

@ -17,7 +17,7 @@
* under the License. * under the License.
*/ */
package org.elastiscearch.index.store; package org.elasticsearch.index.store;
import java.io.IOException; import java.io.IOException;
import java.nio.file.Path; import java.nio.file.Path;

View File

@ -17,7 +17,7 @@
* under the License. * under the License.
*/ */
package org.elastiscearch.index.store; package org.elasticsearch.index.store;
import java.io.IOException; import java.io.IOException;
import java.nio.file.Path; import java.nio.file.Path;