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 8aa3e74 commit c299852Copy full SHA for c299852
library/src/main/java/bio/terra/pfb/PfbReader.java
@@ -60,9 +60,7 @@ public static List<String> show(String fileLocation) throws IOException {
60
}
61
62
63
- /**
64
- * DataFileStream implements Closeable and must be closed by the client code.
65
- **/
+ /** DataFileStream implements Closeable and must be closed by the client code. */
66
public static DataFileStream<GenericRecord> getGenericRecordsStream(String fileLocation)
67
throws IOException {
68
GenericDatumReader<GenericRecord> datumReader = new GenericDatumReader<>();
0 commit comments