Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceConcatenationWithFormatStringIntention
/
after.java.template
blob: 3b8fb7677d17f52e2ad200a229cb77e7cd87a0a7 [
file
] [
log
] [
blame
]
public
class
X
{
void
p
(
String
s
,
String
t
)
{
System
.
out
.
printf
(
"s: %s t: %s"
,
s
,
t
);
}
}