Skip to content

Commit

Permalink
put the headers in the right location
Browse files Browse the repository at this point in the history
  • Loading branch information
isnotinvain authored and asingh committed Jun 29, 2015
1 parent 2838cc9 commit 89ab4ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
package org.apache.parquet;

import org.junit.Test;

import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -23,6 +16,13 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.parquet;

import org.junit.Test;

import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;

public class CorruptStatisticsTest {
@Test
public void testCorruptStatistics() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
package org.apache.parquet;

import org.junit.Test;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -23,6 +16,13 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.parquet;

import org.junit.Test;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

public class SemanticVersionTest {
@Test
public void testCompare() {
Expand Down

0 comments on commit 89ab4ee

Please sign in to comment.