Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Incorporate code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiaz Hossain committed Jan 27, 2012
1 parent 9c5f663 commit 1b14940
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,5 +1,6 @@
/*
* Copyright 2007 Yusuke Yamamoto
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -19,7 +20,7 @@
import java.io.InputStream;
import java.util.zip.GZIPInputStream;

public class StreamingGZIPInputStream extends GZIPInputStream {
final class StreamingGZIPInputStream extends GZIPInputStream {

private final InputStream wrapped;

Expand Down

0 comments on commit 1b14940

Please sign in to comment.