Skip to content

Commit b652adb

Browse files
Silence JavaDoc error
1 parent 77863d8 commit b652adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ 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 />
389+
* <p>
390390
* 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

0 commit comments

Comments
 (0)