diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-03-02 13:50:21 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-03-02 13:50:21 +0100 |
commit | 6146428ef31e21f13201874ddc135bbf49ae77aa (patch) | |
tree | b62d80f668d9069bb7c0be106ab1f952b2f6e21f /jgvariant-tool | |
parent | ec2c34a3431835a34f88e5967a774f80c3e21d7d (diff) |
Reformat.
Change-Id: I63bc83ade4d99856a0317104efbe1d4420c361bd
Diffstat (limited to 'jgvariant-tool')
-rw-r--r-- | jgvariant-tool/src/main/java/eu/mulk/jgvariant/tool/Main.java | 4 | ||||
-rw-r--r-- | jgvariant-tool/src/main/java/module-info.java | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/jgvariant-tool/src/main/java/eu/mulk/jgvariant/tool/Main.java b/jgvariant-tool/src/main/java/eu/mulk/jgvariant/tool/Main.java index bca6ad9..fbf5b71 100644 --- a/jgvariant-tool/src/main/java/eu/mulk/jgvariant/tool/Main.java +++ b/jgvariant-tool/src/main/java/eu/mulk/jgvariant/tool/Main.java @@ -12,8 +12,8 @@ import picocli.CommandLine; /** * A command line tool to read and manipulate GVariant-formatted files. * - * <p>Implements a tool called {@code jgvariant} that can be used to - * manipulate GVariant-formatted files from the command line. + * <p>Implements a tool called {@code jgvariant} that can be used to manipulate GVariant-formatted + * files from the command line. * * <p>Also provides ways to manipulate OSTree repositories. * diff --git a/jgvariant-tool/src/main/java/module-info.java b/jgvariant-tool/src/main/java/module-info.java index 1e9cdf1..e62808e 100644 --- a/jgvariant-tool/src/main/java/module-info.java +++ b/jgvariant-tool/src/main/java/module-info.java @@ -5,13 +5,11 @@ /** * The {@code jgvariant} command line tool. * - * <p>The {@link eu.mulk.jgvariant.tool} module contains a tool called - * {@code jgvariant} that can be used to manipulate GVariant-formatted - * files from the command line. Its primary purpose is to enable the - * scripting of OSTree repository management tasks. + * <p>The {@link eu.mulk.jgvariant.tool} module contains a tool called {@code jgvariant} that can be + * used to manipulate GVariant-formatted files from the command line. Its primary purpose is to + * enable the scripting of OSTree repository management tasks. * - * <p>The {@link eu.mulk.jgvariant.tool.Main} class defines the entry point - * of the tool. + * <p>The {@link eu.mulk.jgvariant.tool.Main} class defines the entry point of the tool. * * <p>Usage example (dumping the contents of an OSTree summary file): * |