mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-01 12:50:56 +07:00
15 lines
274 B
Java
15 lines
274 B
Java
package temp;
|
|
|
|
public class Test {
|
|
public String method(
|
|
String string1,
|
|
String string2) {
|
|
<selection> /*
|
|
if ("something".equals(string1)) {
|
|
return string2;
|
|
}
|
|
*/
|
|
</selection> return null;
|
|
}
|
|
}
|