* Remove unnecessary null check.
This commit is contained in:
parent
fb6c213f1c
commit
41233a115d
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ public final class Relation {
|
|||
}
|
||||
|
||||
// make sure the type we're referring to is up to date!
|
||||
if (otherType != null && otherType.needsUpdate()) {
|
||||
if (otherType.needsUpdate()) {
|
||||
otherType.update();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue