This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push: new 121432d Javadoc/Comments: Remove extra "whitespace" 121432d is described below commit 121432dc82de9fd7570208c3bbde4cf87e2a59bb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 25 09:24:09 2023 -0400 Javadoc/Comments: Remove extra "whitespace" --- src/main/java/org/apache/commons/daemon/DaemonInitException.java | 1 - src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java | 1 - src/main/java/org/apache/commons/daemon/support/DaemonWrapper.java | 1 - src/samples/ProcrunService.java | 1 - 4 files changed, 4 deletions(-) diff --git a/src/main/java/org/apache/commons/daemon/DaemonInitException.java b/src/main/java/org/apache/commons/daemon/DaemonInitException.java index 28c1442..17dcdcc 100644 --- a/src/main/java/org/apache/commons/daemon/DaemonInitException.java +++ b/src/main/java/org/apache/commons/daemon/DaemonInitException.java @@ -12,7 +12,6 @@ * 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./* - * */ package org.apache.commons.daemon; diff --git a/src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java b/src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java index bd46443..a2691e1 100644 --- a/src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java +++ b/src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java @@ -44,7 +44,6 @@ import java.text.ParseException; * In case of {@code $${foo}} this will be unescaped and resulting * value will be {@code ${foo}}. * </p> - * */ public final class DaemonConfiguration { diff --git a/src/main/java/org/apache/commons/daemon/support/DaemonWrapper.java b/src/main/java/org/apache/commons/daemon/support/DaemonWrapper.java index 0e44862..475aecf 100644 --- a/src/main/java/org/apache/commons/daemon/support/DaemonWrapper.java +++ b/src/main/java/org/apache/commons/daemon/support/DaemonWrapper.java @@ -31,7 +31,6 @@ import org.apache.commons.daemon.DaemonContext; * standard applications as daemons. * The applications must have the mechanism to manage * the application lifecycle. - * */ public class DaemonWrapper implements Daemon { diff --git a/src/samples/ProcrunService.java b/src/samples/ProcrunService.java index 13de4a0..8dda938 100644 --- a/src/samples/ProcrunService.java +++ b/src/samples/ProcrunService.java @@ -29,7 +29,6 @@ import java.net.SocketException; * 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. - * */ /**