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
1 file changed