Skip to content

Commit

Permalink
fixing package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranbir Kumar committed Jun 16, 2024
1 parent 45c0d2d commit 6fb71ef
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import org.gradle.api.Plugin;
import org.gradle.api.Project;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import org.apache.avro.Conversion;
import org.apache.avro.LogicalTypes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.io.FileFilter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main.java.org.apache.avro;
package org.apache.avro;

import java.util.ArrayList;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.util.Collections;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.nio.charset.Charset;
import java.util.Collections;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.util.Arrays;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.util.Arrays;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.util.Set;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.io.FileOutputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

/**
* General filename and filepath manipulation utilities.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.lang.reflect.InvocationTargetException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package main.java.org.apache.avro;
package org.apache.avro;

import org.gradle.util.GradleVersion;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package main.java.org.apache.avro;
package org.apache.avro;

import org.gradle.util.GradleVersion;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.util.LinkedHashMap;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import javax.annotation.Nonnull;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.util.HashMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main.java.org.apache.avro;
package org.apache.avro;

import java.io.File;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.util.Collection;
import java.util.Collections;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main.java.org.apache.avro;
package org.apache.avro;

/**
* Utility methods for working with {@link String}s.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package main.java.org.apache.avro;
package org.apache.avro;

import java.util.Set;
import java.util.TreeSet;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import test.java.org.apache.avro.test.custom.CommentGenerator
import test.java.org.apache.avro.test.custom.TimestampGenerator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.FAILED
import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import org.gradle.api.Project
import org.gradle.testfixtures.ProjectBuilder
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test.groovy.org.apache.avro
package org.apache.avro

import org.apache.avro.Protocol
import org.apache.avro.Schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import spock.lang.IgnoreIf
import spock.util.environment.OperatingSystem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.FAILED
import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import spock.lang.Unroll

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import com.vdurmont.semver4j.Semver
import org.gradle.testkit.runner.BuildResult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import spock.lang.Subject

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import org.gradle.testkit.runner.BuildResult

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test.groovy.org.apache.avro
package org.apache.avro

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.groovy.org.apache.avro
package org.apache.avro

import test.java.org.apache.avro.test.custom.CommentGenerator
import test.java.org.apache.avro.test.custom.TimestampGenerator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test.groovy.org.apache.avro
package org.apache.avro

import org.hamcrest.MatcherAssert
import spock.lang.Subject
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test.groovy.org.apache.avro
package org.apache.avro

import org.gradle.api.GradleException
import org.gradle.api.Project
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test.groovy.org.apache.avro
package org.apache.avro

import spock.lang.Specification
import spock.lang.Subject
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test.java.org.apache.avro.test.custom;
package org.apache.avro.test.custom;

public class CommentGenerator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.java.org.apache.avro.test.custom;
package org.apache.avro.test.custom;

import java.util.TimeZone;
import org.apache.avro.Conversion;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.java.org.apache.avro.test.custom;
package org.apache.avro.test.custom;

import org.apache.avro.LogicalType;
import org.apache.avro.Schema;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package test.java.org.apache.avro.test.custom;
package org.apache.avro.test.custom;

import org.apache.avro.LogicalType;
import org.apache.avro.LogicalTypes;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test.java.org.apache.avro.test.custom;
package org.apache.avro.test.custom;


public class TimestampGenerator {
Expand Down

0 comments on commit 6fb71ef

Please sign in to comment.