mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 01:34:55 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
class X {
|
|
|
|
public String message(String actual, String expected) {
|
|
return <spot>String.format("Expected to get a '%s', got a '%s' instead", expected, actual)</spot>;
|
|
}
|
|
} |