Skip to content

Commit c299852

Browse files
committed
fix formatting
1 parent 8aa3e74 commit c299852

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

library/src/main/java/bio/terra/pfb/PfbReader.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ public static List<String> show(String fileLocation) throws IOException {
6060
}
6161
}
6262

63-
/**
64-
* DataFileStream implements Closeable and must be closed by the client code.
65-
**/
63+
/** DataFileStream implements Closeable and must be closed by the client code. */
6664
public static DataFileStream<GenericRecord> getGenericRecordsStream(String fileLocation)
6765
throws IOException {
6866
GenericDatumReader<GenericRecord> datumReader = new GenericDatumReader<>();

0 commit comments

Comments
 (0)