Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceEqualityWithSafeEqualsIntention
/
before.java.template
blob: 545d1eab2a097637da2611abe404fecaee4ba484 [
file
] [
log
] [
blame
]
public
class
X
{
boolean
f
(
Object
o
,
Object
o1
)
{
return
<spot>
o
==
o1
</
spot
>;
}
}