// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.fasterxml.jackson.core.util; // Referenced classes of package com.fasterxml.jackson.core.util: // DefaultIndenter, DefaultPrettyPrinter public static class extends DefaultIndenter { public static final instance = new (); public volatile DefaultIndenter withLinefeed(String s) { return withLinefeed(s); } public withLinefeed withLinefeed(String s) { if (s.equals(getEol())) { return this; } else { return new (s); } } public () { super(" ", DefaultIndenter.SYS_LF); } public (String s) { super(" ", s); } }