Sign in
android
/
platform
/
tools
/
idea
/
934b9431b0b827a132df794e307fe5a2b70de00b
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
splitIfAction
/
beforeWithoutSpaces.java
blob: b573566020ce308b7573e22b0769b451055b6b81 [
file
] [
log
] [
blame
]
public
class
SplitCondition
{
private
static
void
appendString
(
StringBuilder
builder
,
boolean
condition
)
{
if
(
condition
&<
caret
>&
builder
.
length
()
>
0
)
{
}
}
}