mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testdata fixed
(cherry picked from commit 9746790b321df04d6fa5636cad495b906888a78a)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
public class Res {
|
||||
|
||||
public static final Res.R<String, Object> R = new Res.R<String, Object>() {
|
||||
public static final Res.R<String, Object> R = new R<String, Object>() {
|
||||
final String param = "";
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user