This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/main by this push: new 9633532 Fix formatting during build after merging #1107 9633532 is described below commit 96335321e9f89164c1c16e5ab110e2e8b16840b3 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Fri Oct 16 16:54:15 2020 -0400 Fix formatting during build after merging #1107 This may not be related to #1107, but found while building that PR. --- .../api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java b/modules/api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java index b69fffb..606292f 100644 --- a/modules/api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java +++ b/modules/api/src/main/java/org/apache/fluo/api/client/LoaderExecutor.java @@ -69,8 +69,8 @@ public interface LoaderExecutor extends AutoCloseable { * <p> * If a loader executed via {@link #execute(Loader)} or {@link #execute(String, Loader)} threw an * exception then this method will throw an exception. Exceptions thrown by loaders executed using - * {@link #submit(Loader)} or {@link #submit(String, Loader)} will never cause this method to throw - * an exception. + * {@link #submit(Loader)} or {@link #submit(String, Loader)} will never cause this method to + * throw an exception. */ @Override void close();