You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/05/22 12:45:41 UTC

[commons-daemon] 01/03: Comment empty block

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

commit 6ca8e27b3c835254d4cd901824e1ade0be4f1d57
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 22 08:22:09 2022 -0400

    Comment empty block
---
 src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java | 1 +
 1 file changed, 1 insertion(+)

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 417d99e..bb7bbc8 100644
--- a/src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java
+++ b/src/main/java/org/apache/commons/daemon/support/DaemonConfiguration.java
@@ -103,6 +103,7 @@ public final class DaemonConfiguration
                     file.close();
                 }
             } catch (final IOException ex) {
+                // ignore
             }
         }
         return ok;