From 2c32016fa0b6309c399a7c7374240a000cfc5a96 Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Thu, 4 Apr 2013 11:42:28 +0000 Subject: [PATCH] move package line to top git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1464471 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/lucene/index/CorruptIndexException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lucene/core/src/java/org/apache/lucene/index/CorruptIndexException.java b/lucene/core/src/java/org/apache/lucene/index/CorruptIndexException.java index a03205c7b09..583a4bac7ef 100644 --- a/lucene/core/src/java/org/apache/lucene/index/CorruptIndexException.java +++ b/lucene/core/src/java/org/apache/lucene/index/CorruptIndexException.java @@ -1,3 +1,5 @@ +package org.apache.lucene.index; + /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -15,8 +17,6 @@ * limitations under the License. */ -package org.apache.lucene.index; - import java.io.IOException; /**