From a3e760a003b8477e0401a414c9b773d3cf4d4f5d Mon Sep 17 00:00:00 2001 From: Andrei Pozolotin Date: Wed, 3 Apr 2013 22:18:37 -0500 Subject: [PATCH] fix #1234 - duplicate package-info.java errors in eclipse requires release of netty-build v 19 and netty-parent update. --- .../java/io/netty/buffer/package-info.java | 21 ----------------- .../codec/http/multipart/package-info.java | 20 ---------------- .../handler/codec/http/package-info.java | 20 ---------------- .../codec/http/websocketx/package-info.java | 21 ----------------- .../handler/codec/spdy/package-info.java | 20 ---------------- .../handler/codec/socks/package-info.java | 20 ---------------- .../handler/codec/bytes/package-info.java | 21 ----------------- .../codec/compression/package-info.java | 21 ----------------- .../codec/marshalling/package-info.java | 21 ----------------- .../io/netty/handler/codec/package-info.java | 20 ---------------- .../handler/codec/protobuf/package-info.java | 23 ------------------- .../codec/serialization/package-info.java | 22 ------------------ .../util/internal/logging/package-info.java | 20 ---------------- .../io/netty/util/internal/package-info.java | 20 ---------------- .../test/java/io/netty/util/package-info.java | 20 ---------------- .../io/netty/handler/stream/package-info.java | 20 ---------------- pom.xml | 2 +- .../io/netty/verify/osgi/package-info.java | 20 ---------------- .../io/netty/verify/osgi/package-info.java | 20 ---------------- .../java/io/netty/bootstrap/package-info.java | 20 ---------------- .../io/netty/channel/group/package-info.java | 20 ---------------- .../io/netty/channel/local/package-info.java | 20 ---------------- .../io/netty/channel/nio/package-info.java | 20 ---------------- .../java/io/netty/channel/package-info.java | 20 ---------------- 24 files changed, 1 insertion(+), 471 deletions(-) delete mode 100644 buffer/src/test/java/io/netty/buffer/package-info.java delete mode 100644 codec-http/src/test/java/io/netty/handler/codec/http/multipart/package-info.java delete mode 100644 codec-http/src/test/java/io/netty/handler/codec/http/package-info.java delete mode 100644 codec-http/src/test/java/io/netty/handler/codec/http/websocketx/package-info.java delete mode 100644 codec-http/src/test/java/io/netty/handler/codec/spdy/package-info.java delete mode 100644 codec-socks/src/test/java/io/netty/handler/codec/socks/package-info.java delete mode 100644 codec/src/test/java/io/netty/handler/codec/bytes/package-info.java delete mode 100644 codec/src/test/java/io/netty/handler/codec/compression/package-info.java delete mode 100644 codec/src/test/java/io/netty/handler/codec/marshalling/package-info.java delete mode 100644 codec/src/test/java/io/netty/handler/codec/package-info.java delete mode 100644 codec/src/test/java/io/netty/handler/codec/protobuf/package-info.java delete mode 100644 codec/src/test/java/io/netty/handler/codec/serialization/package-info.java delete mode 100644 common/src/test/java/io/netty/util/internal/logging/package-info.java delete mode 100644 common/src/test/java/io/netty/util/internal/package-info.java delete mode 100644 common/src/test/java/io/netty/util/package-info.java delete mode 100644 handler/src/test/java/io/netty/handler/stream/package-info.java delete mode 100644 testsuite-osgi/testsuite-osgi-exam/src/test/java/io/netty/verify/osgi/package-info.java delete mode 100644 testsuite-osgi/testsuite-osgi-split/src/test/java/io/netty/verify/osgi/package-info.java delete mode 100644 transport/src/test/java/io/netty/bootstrap/package-info.java delete mode 100644 transport/src/test/java/io/netty/channel/group/package-info.java delete mode 100644 transport/src/test/java/io/netty/channel/local/package-info.java delete mode 100644 transport/src/test/java/io/netty/channel/nio/package-info.java delete mode 100644 transport/src/test/java/io/netty/channel/package-info.java diff --git a/buffer/src/test/java/io/netty/buffer/package-info.java b/buffer/src/test/java/io/netty/buffer/package-info.java deleted file mode 100644 index 4271c3f5c9..0000000000 --- a/buffer/src/test/java/io/netty/buffer/package-info.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Byte Buffer test classes - **/ - -package io.netty.buffer; diff --git a/codec-http/src/test/java/io/netty/handler/codec/http/multipart/package-info.java b/codec-http/src/test/java/io/netty/handler/codec/http/multipart/package-info.java deleted file mode 100644 index ef01b48147..0000000000 --- a/codec-http/src/test/java/io/netty/handler/codec/http/multipart/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for HTTP multipart codec. - */ -package io.netty.handler.codec.http.multipart; diff --git a/codec-http/src/test/java/io/netty/handler/codec/http/package-info.java b/codec-http/src/test/java/io/netty/handler/codec/http/package-info.java deleted file mode 100644 index f3545575a7..0000000000 --- a/codec-http/src/test/java/io/netty/handler/codec/http/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for encoder, decoder and their related message types for HTTP. - */ -package io.netty.handler.codec.http; diff --git a/codec-http/src/test/java/io/netty/handler/codec/http/websocketx/package-info.java b/codec-http/src/test/java/io/netty/handler/codec/http/websocketx/package-info.java deleted file mode 100644 index 9fc5800a67..0000000000 --- a/codec-http/src/test/java/io/netty/handler/codec/http/websocketx/package-info.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for encoder, decoder, handshakers and their related message types for - * Web Socket data frames. - */ -package io.netty.handler.codec.http.websocketx; diff --git a/codec-http/src/test/java/io/netty/handler/codec/spdy/package-info.java b/codec-http/src/test/java/io/netty/handler/codec/spdy/package-info.java deleted file mode 100644 index 966486d3f2..0000000000 --- a/codec-http/src/test/java/io/netty/handler/codec/spdy/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for encoder, decoder, session handler and their related message types for the SPDY protocol. - */ -package io.netty.handler.codec.spdy; diff --git a/codec-socks/src/test/java/io/netty/handler/codec/socks/package-info.java b/codec-socks/src/test/java/io/netty/handler/codec/socks/package-info.java deleted file mode 100644 index df685f46f3..0000000000 --- a/codec-socks/src/test/java/io/netty/handler/codec/socks/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for encoder, decoder and their related message types for Socks. - */ -package io.netty.handler.codec.socks; diff --git a/codec/src/test/java/io/netty/handler/codec/bytes/package-info.java b/codec/src/test/java/io/netty/handler/codec/bytes/package-info.java deleted file mode 100644 index ca53036125..0000000000 --- a/codec/src/test/java/io/netty/handler/codec/bytes/package-info.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for encoder and decoder which transform an array of bytes into a - * {@link io.netty.buffer.ByteBuf} and vice versa. - */ -package io.netty.handler.codec.bytes; diff --git a/codec/src/test/java/io/netty/handler/codec/compression/package-info.java b/codec/src/test/java/io/netty/handler/codec/compression/package-info.java deleted file mode 100644 index af11948b60..0000000000 --- a/codec/src/test/java/io/netty/handler/codec/compression/package-info.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes encoder and decoder which compresses and decompresses {@link io.netty.buffer.ByteBuf}s - * in a compression format - */ -package io.netty.handler.codec.compression; diff --git a/codec/src/test/java/io/netty/handler/codec/marshalling/package-info.java b/codec/src/test/java/io/netty/handler/codec/marshalling/package-info.java deleted file mode 100644 index e7e08938cc..0000000000 --- a/codec/src/test/java/io/netty/handler/codec/marshalling/package-info.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for decoder and encoder which uses - * JBoss Marshalling. - */ -package io.netty.handler.codec.marshalling; diff --git a/codec/src/test/java/io/netty/handler/codec/package-info.java b/codec/src/test/java/io/netty/handler/codec/package-info.java deleted file mode 100644 index f7cf92edaf..0000000000 --- a/codec/src/test/java/io/netty/handler/codec/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for extensible decoder and its common implementations - */ -package io.netty.handler.codec; diff --git a/codec/src/test/java/io/netty/handler/codec/protobuf/package-info.java b/codec/src/test/java/io/netty/handler/codec/protobuf/package-info.java deleted file mode 100644 index b561895216..0000000000 --- a/codec/src/test/java/io/netty/handler/codec/protobuf/package-info.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for encoder and decoder which transform a - * Google Protocol Buffers - * {@link com.google.protobuf.Message} into a {@link io.netty.buffer.ByteBuf} - * and vice versa. - */ -package io.netty.handler.codec.protobuf; diff --git a/codec/src/test/java/io/netty/handler/codec/serialization/package-info.java b/codec/src/test/java/io/netty/handler/codec/serialization/package-info.java deleted file mode 100644 index 389f6dbebb..0000000000 --- a/codec/src/test/java/io/netty/handler/codec/serialization/package-info.java +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for encoder, decoder and their compatibility stream implementations which - * transform a {@link java.io.Serializable} object into a byte buffer and - * vice versa. - */ -package io.netty.handler.codec.serialization; diff --git a/common/src/test/java/io/netty/util/internal/logging/package-info.java b/common/src/test/java/io/netty/util/internal/logging/package-info.java deleted file mode 100644 index 3538aad14a..0000000000 --- a/common/src/test/java/io/netty/util/internal/logging/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2013 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Internal logging utility test classes - */ -package io.netty.util.internal.logging; diff --git a/common/src/test/java/io/netty/util/internal/package-info.java b/common/src/test/java/io/netty/util/internal/package-info.java deleted file mode 100644 index 1a63153f41..0000000000 --- a/common/src/test/java/io/netty/util/internal/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2013 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Utility internal test classes - */ -package io.netty.util.internal; diff --git a/common/src/test/java/io/netty/util/package-info.java b/common/src/test/java/io/netty/util/package-info.java deleted file mode 100644 index 371ab4c4c0..0000000000 --- a/common/src/test/java/io/netty/util/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2013 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Utility test classes - */ -package io.netty.util; diff --git a/handler/src/test/java/io/netty/handler/stream/package-info.java b/handler/src/test/java/io/netty/handler/stream/package-info.java deleted file mode 100644 index 72c2f2a410..0000000000 --- a/handler/src/test/java/io/netty/handler/stream/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2012 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for stream package - */ -package io.netty.handler.stream; diff --git a/pom.xml b/pom.xml index b1aab0aba3..be97bb753d 100644 --- a/pom.xml +++ b/pom.xml @@ -369,7 +369,7 @@ ${project.groupId} netty-build - 18 + 19-SNAPSHOT diff --git a/testsuite-osgi/testsuite-osgi-exam/src/test/java/io/netty/verify/osgi/package-info.java b/testsuite-osgi/testsuite-osgi-exam/src/test/java/io/netty/verify/osgi/package-info.java deleted file mode 100644 index 6ef91550a4..0000000000 --- a/testsuite-osgi/testsuite-osgi-exam/src/test/java/io/netty/verify/osgi/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2013 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * OSGI verify compliance tests - */ -package io.netty.verify.osgi; diff --git a/testsuite-osgi/testsuite-osgi-split/src/test/java/io/netty/verify/osgi/package-info.java b/testsuite-osgi/testsuite-osgi-split/src/test/java/io/netty/verify/osgi/package-info.java deleted file mode 100644 index 57b701f600..0000000000 --- a/testsuite-osgi/testsuite-osgi-split/src/test/java/io/netty/verify/osgi/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2013 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * OSGI placeholder - */ -package io.netty.verify.osgi; diff --git a/transport/src/test/java/io/netty/bootstrap/package-info.java b/transport/src/test/java/io/netty/bootstrap/package-info.java deleted file mode 100644 index 670d2ac62d..0000000000 --- a/transport/src/test/java/io/netty/bootstrap/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2013 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for transport bootstrap - */ -package io.netty.bootstrap; diff --git a/transport/src/test/java/io/netty/channel/group/package-info.java b/transport/src/test/java/io/netty/channel/group/package-info.java deleted file mode 100644 index 8481850471..0000000000 --- a/transport/src/test/java/io/netty/channel/group/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2013 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for transport channel group - */ -package io.netty.channel.group; diff --git a/transport/src/test/java/io/netty/channel/local/package-info.java b/transport/src/test/java/io/netty/channel/local/package-info.java deleted file mode 100644 index 9cd900034b..0000000000 --- a/transport/src/test/java/io/netty/channel/local/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2013 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for local transport channel - */ -package io.netty.channel.local; diff --git a/transport/src/test/java/io/netty/channel/nio/package-info.java b/transport/src/test/java/io/netty/channel/nio/package-info.java deleted file mode 100644 index cf80654c3e..0000000000 --- a/transport/src/test/java/io/netty/channel/nio/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2013 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for NIO transport channel - */ -package io.netty.channel.nio; diff --git a/transport/src/test/java/io/netty/channel/package-info.java b/transport/src/test/java/io/netty/channel/package-info.java deleted file mode 100644 index ea5aea35bb..0000000000 --- a/transport/src/test/java/io/netty/channel/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2013 The Netty Project - * - * The Netty Project licenses this file to you under the Apache License, - * version 2.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ - -/** - * Test classes for transport channel - */ -package io.netty.channel;