7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
[source,java]
|
|
----
|
|
if (someCondition) {
|
|
doSomething();
|
|
}
|
|
----
|