move import under license header

This commit is contained in:
Robert Muir 2015-11-08 01:39:46 -05:00
parent c07a512376
commit 9e99db01b0
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,5 @@
package org.elasticsearch.mapper.attachments;
import java.io.ByteArrayInputStream;
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
@ -21,6 +19,7 @@ import java.io.ByteArrayInputStream;
* under the License.
*/
import java.io.ByteArrayInputStream;
import java.io.FilePermission;
import java.io.IOException;
import java.lang.reflect.ReflectPermission;