Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 2, 2014
1 parent 4cef3a2 commit 4340a8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public void disposeAddonView(AddonView view)
@Override
public Version getVersion()
{
return AddonRepositoryImpl.getRuntimeAPIVersion() == null ? null : AddonRepositoryImpl.getRuntimeAPIVersion();
return AddonRepositoryImpl.getRuntimeAPIVersion();
}

@Override
Expand Down

1 comment on commit 4340a8b

@lincolnthree
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL.

Please sign in to comment.