// 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.olio.olios.model.strategies; import android.net.Uri; import java.util.Arrays; public class CacheStrategyUtils { public CacheStrategyUtils() { } public static void assertNullParameters(Uri uri, String s, String as[], String s1) { if (s != null) { throw new IllegalArgumentException(String.format("%s doesn't support 'selection' parameter. Value received: '%s' for uri: %s", new Object[] { s1, s, uri })); } if (as != null) { throw new IllegalArgumentException(String.format("%s doesn't support 'selectionArgs' parameter. Value received: '%s' for uri: %s", new Object[] { s1, Arrays.toString(as), uri })); } else { return; } } }