From c8b31de4cf8c2eff239be4ffeab7c33c6c72a0f4 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 23 May 2023 10:42:07 +0200 Subject: [PATCH] Fix typo in documentation --- src/org/argeo/build/Make.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/argeo/build/Make.java b/src/org/argeo/build/Make.java index 1d3933b..e557111 100644 --- a/src/org/argeo/build/Make.java +++ b/src/org/argeo/build/Make.java @@ -105,7 +105,7 @@ public class Make { final Path buildBase; /** The base of the a2 output for all layers. */ final Path a2Output; - /** The base of the a2 sources when packages separately. */ + /** The base of the a2 sources when packaged separately. */ final Path a2srcOutput; /** Whether sources should be packaged separately. */ @@ -296,7 +296,7 @@ public class Make { long duration = System.currentTimeMillis() - begin; logger.log(INFO, "Packaging took " + duration + " ms"); } - + /** Package a single bundle. */ void createBundle(String branch, String bundle, String category) throws IOException { final Path source; -- 2.30.2