// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.i18n.filter;

public class UntrustedUrlInput extends UntrustedInput
{
    public UntrustedUrlInput(final Object o) {
        super(o);
    }
}
