commit | 935ce8afdcaf0391d47407cb48c88725f6c6623c | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrn@google.com> | Thu Oct 31 14:42:01 2013 -0700 |
committer | Jonathan Nieder <jrn@google.com> | Thu Oct 31 14:42:01 2013 -0700 |
tree | f2693a39166a103e4691142ebcf972b4944b5718 | |
parent | 5d7a8decfeb294d5513ff9f9cec89cb9f2b8b12d [diff] |
Make DownloadScheme.isAuthSupported an abstract method It is too easy to forget to override isAuthSupported in download schemes that support but do not require authentication. Make it abstract so anyone adding a new download scheme has to make an explicit choice about whether it should show up on changes that are not world-readable. Change-Id: Ifbc70c0d3b6eea08ceee726317381cabd3892e03