Skip to content

Commit

Permalink
Update sdks/java/core/src/main/java/org/apache/beam/sdk/util/LzoCompr…
Browse files Browse the repository at this point in the history
…ession.java

Co-Authored-By: Lukasz Cwik <[email protected]>
  • Loading branch information
amoght and lukecwik committed Feb 25, 2020
1 parent 5c17fec commit 0495d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static InputStream createLzoInputStream(InputStream inputStream) throws I
}

/**
* Create a {@link InputStream} that will read from the given {@link InputStream} using {@link
* Create an {@link InputStream} that will read from the given {@link InputStream} using {@link
* LzopCodec}.
*
* @param inputStream the stream to read compressed bytes from
Expand Down

0 comments on commit 0495d34

Please sign in to comment.