Skip to content

Commit

Permalink
make projectIdRequired() method protected
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Nov 10, 2015
1 parent ad12f41 commit 4bbc9e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ protected ServiceOptions(Class<? extends ServiceFactory<ServiceT, OptionsT>> ser
*
* @return true if a project ID is required to use the service, false if not.
*/
public boolean projectIdRequired() {
protected boolean projectIdRequired() {
return true;
}

Expand Down

0 comments on commit 4bbc9e8

Please sign in to comment.