mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-15 17:52:52 +07:00
9 lines
126 B
Java
9 lines
126 B
Java
package persistence;
|
|
|
|
import java.util.*;
|
|
|
|
class Test {
|
|
String <T> getString(Map.Entry<T, T> entry) {
|
|
return null;
|
|
}
|
|
} |