Skip to content

Commit d1734ea

Browse files
Silence JavaDoc error
JavaDoc is proposterously strict on what HTML it accepts. It's posssible to drop it in the POM, but sonatype enforces the strict javalint requirements, so the package won't be able to be published without the change :/
1 parent 77863d8 commit d1734ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/edu/vanderbilt/accre/laurelin/spark_ttree/SlimTBranch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ private void initializePayload(ROOTFile tmpFile) throws IOException {
386386
* CMS NANOAOD file ends up being ~3MByte, so it's not so bad to have it
387387
* in-memory, it's repeatedly transmitting the 3MByte 10s of thousands of
388388
* times.
389-
* <br />
390-
* Instead of jumping through hoops to make the in-memory size really
389+
*
390+
* <p>Instead of jumping through hoops to make the in-memory size really
391391
* compact, we can instead override Java's serialization mechanism to
392392
* provide an alternate representation used for (de-)serialization. The
393393
* SerializeStorage class is what's actually transmitted over the wire.

0 commit comments

Comments
 (0)