package io.netty.handler.codec.xml;

/* JADX INFO: loaded from: classes.dex */
public class XmlComment extends XmlContent {
    public XmlComment(String str) {
        super(str);
    }
}
