001/*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005package org.apache.hadoop.io.compress;
006
007/**
008 *
009 * @author shevek
010 */
011public class LzopCodec extends com.hadoop.compression.lzo.LzopCodec {
012}