Skip to content

Commit 1937ad6

Browse files
committed
fixing javadoc
1 parent bcabd1b commit 1937ad6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/main/java/gov/loc/repository/bagit/exceptions/InvalidBagMetadataException.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
/**
44
* Class to represent an error when the bag metadata file does not conform to the bagit spec,
5-
* namely: </br> < KEY >:< VALUE >
6-
* </br>or</br>
7-
* < KEY >:< VALUE ></br>
8-
* < INDENT >< VALUE CONTINUED >
5+
* namely: <br>
6+
* &lt;KEY&gt;:&lt;VALUE&gt;
7+
* <br>or
8+
* <pre>&lt;KEY&gt;:&lt;VALUE&gt;
9+
* &lt;VALUE CONTINUED&gt;</pre>
910
*/
1011
public class InvalidBagMetadataException extends Exception {
1112
private static final long serialVersionUID = 1L;

0 commit comments

Comments
 (0)