You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/07/13 00:04:20 UTC

[pulsar] branch master updated: Remove javadoc error and build warning (#16480)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 68504488ebf Remove javadoc error and build warning (#16480)
68504488ebf is described below

commit 68504488ebf46d44f69c76298e6bd72b3c7d35e8
Author: Elliot West <el...@streamnative.io>
AuthorDate: Wed Jul 13 01:04:14 2022 +0100

    Remove javadoc error and build warning (#16480)
    
    Unused package is causing superfluous build noise
---
 .../pulsar/common/partition/package-info.java      | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/pulsar-common/src/main/java/org/apache/pulsar/common/partition/package-info.java b/pulsar-common/src/main/java/org/apache/pulsar/common/partition/package-info.java
deleted file mode 100644
index d2d702992c2..00000000000
--- a/pulsar-common/src/main/java/org/apache/pulsar/common/partition/package-info.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF 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.
- */
-/**
- * Common partitioning.
- */
-package org.apache.pulsar.common.partition;
\ No newline at end of file