Skip to content

Commit 65c57fd

Browse files
bactgoneall
authored andcommitted
Add <p> to separate summary from description
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 37723bb commit 65c57fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/spdx/library/conversion/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
/**
1919
* Classes that convert between major versions of SPDX
20-
*
20+
* <p>
2121
* These classes can be used directly (e.g. from a web application or CLI) or
2222
* from the <code>CopyManager</code>.
2323
*

src/main/java/org/spdx/library/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
/**
1919
* Functions for reading, writing, and manipulating SPDX documents
20-
*
20+
* <p>
2121
* The <code>org.spdx.library.model.compat.v2.compat.v2</code> package represents the SPDX model as Java objects
2222
* with getters and setters to support manipulating the SPDX documents.
2323
*

0 commit comments

Comments
 (0)