Remove meaningless "lazy" evaluation.
self.getObject() is called right at the begining of this methd anyway, so just keep & reuse it.
Showing
Please register or sign in to comment
self.getObject() is called right at the begining of this methd anyway, so just keep & reuse it.