blob: 2013fcdc84498b2ec1c25deee5f2befeabd9ab53 [file] [log] [blame]
package com.siyeh.ig.threading;
import com.siyeh.ig.IGInspectionTestCase;
public class SynchronizedOnLiteralObjectInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/threading/synchronized_on_literal_object", new SynchronizedOnLiteralObjectInspection());
}
}