We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77863d8 commit b652adbCopy full SHA for b652adb
src/main/java/edu/vanderbilt/accre/laurelin/spark_ttree/SlimTBranch.java
@@ -386,7 +386,7 @@ private void initializePayload(ROOTFile tmpFile) throws IOException {
386
* CMS NANOAOD file ends up being ~3MByte, so it's not so bad to have it
387
* in-memory, it's repeatedly transmitting the 3MByte 10s of thousands of
388
* times.
389
- * <br />
+ * <p>
390
* Instead of jumping through hoops to make the in-memory size really
391
* compact, we can instead override Java's serialization mechanism to
392
* provide an alternate representation used for (de-)serialization. The
0 commit comments