diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-10-18 17:03:36 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 04:52:01 +0100 |
commit | a6615bcf54fdc24590803ebfb05d39dc85a40eb6 (patch) | |
tree | 307a123b5fc144cd5898c6d4008988d4a72de2d2 /dev-java/bcel/metadata.xml | |
parent | dev-games/wfmath: align longdescription opening and closing tags (diff) | |
download | gentoo-a6615bcf54fdc24590803ebfb05d39dc85a40eb6.tar.gz gentoo-a6615bcf54fdc24590803ebfb05d39dc85a40eb6.tar.bz2 gentoo-a6615bcf54fdc24590803ebfb05d39dc85a40eb6.zip |
dev-java/bcel: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/bcel/metadata.xml')
-rw-r--r-- | dev-java/bcel/metadata.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-java/bcel/metadata.xml b/dev-java/bcel/metadata.xml index 5d226489e06c..fedca9bbcd0c 100644 --- a/dev-java/bcel/metadata.xml +++ b/dev-java/bcel/metadata.xml @@ -6,13 +6,13 @@ <name>Java</name> </maintainer> <longdescription lang="en"> - This is the main Reference implementation of the BCEL JavaClass API. - The Byte Code Engineering Library (formerly known as JavaClass) is intended - to give users a convenient possibility to analyze, create, and manipulate - (binary) Java class files (those ending with .class). Classes are represented - by objects which contain all the symbolic information of the given class: - methods, fields and byte code instructions, in particular. -</longdescription> + This is the main Reference implementation of the BCEL JavaClass API. + The Byte Code Engineering Library (formerly known as JavaClass) is intended + to give users a convenient possibility to analyze, create, and manipulate + (binary) Java class files (those ending with .class). Classes are represented + by objects which contain all the symbolic information of the given class: + methods, fields and byte code instructions, in particular. + </longdescription> <upstream> <remote-id type="github">apache/commons-bcel</remote-id> </upstream> |