Skip to content

Commit

Permalink
Moved adapted bzip2codec classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Sep 19, 2024
1 parent f137e76 commit 2113687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package org.aksw.commons.io.hadoop.bzip2;
package org.aksw.commons.io.hadoop.compress.bzip2;

import static org.apache.hadoop.fs.CommonConfigurationKeysPublic.IO_FILE_BUFFER_SIZE_DEFAULT;
import static org.apache.hadoop.fs.CommonConfigurationKeysPublic.IO_FILE_BUFFER_SIZE_KEY;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* <[email protected]> to whom the Ant project is very grateful for his
* great code.
*/
package org.aksw.commons.io.hadoop.bzip2;
package org.aksw.commons.io.hadoop.compress.bzip2;

import java.io.BufferedInputStream;
import java.io.IOException;
Expand Down

0 comments on commit 2113687

Please sign in to comment.