commit | bcb00735e4d5f9572adff55e87d231991f1a492f | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Mar 13 15:59:50 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Mar 13 16:03:57 2015 +0900 |
tree | 92776d66b6e7a3248ab4ac749fe65938372c83cb | |
parent | 7aad161bf31b4dd69f826da36c3d98f460a3f58c [diff] |
GitWebType: remove redundant 'else' block The 'type' is set to null when name is 'disabled' and in all other cases that don't match the previous conditions. This results in a warning from Findbugs: "This method uses the same code to implement two branches of a conditional branch." Remove the redundant condition. Change-Id: I042dc02ef05e9ce39fdbe3ea8553d9c42ef3e521