9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
== Compliant Solution
|
|
|
|
[source,text]
|
|
----
|
|
str = cont.substring(pos1, pos2);
|
|
if (str.isEmpty()) {
|
|
//...
|
|
----
|