GoogleCloudPlatform / ide-login

The plugins-login-common library for authenticating with the Google Cloud Platform shared by several IDE plugins including Google Cloud Tools for Eclipse, Google Cloud Tools for IntelliJ, and Android Studio.
Apache License 2.0
2 stars 9 forks source link

Eliminate warnings / clean up and simplify code #20

Closed chanseokoh closed 8 years ago

chanseokoh commented 8 years ago

I had this code clean-up hanging around for a while.

A few points in this code clean-up:

@nbashirbello @elharo @briandealwis @akerekes

briandealwis commented 8 years ago

LGTM. The listeners weren't thread safe to begin with. But I wouldn't complain if you came up with a better method name than logInHelper()!