ACueva / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Naming Conflict For Google Base and BaseServiceCL #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current naming of the googlecl.service.BaseServiceCL will interfere with a 
future Google Base Service class. 

As all of the current services follow this naming convention:

BloggerServiceCL

It would be logical to assign a new Google Base Service with BaseServiceCL. But 
this is already used by the parent class.

I would suggest renaming googlecl.service.BaseServiceCL to 
googlecl.service.BasicServiceCL.

I've attached a patch that covers all the files in the src/ directory.

Original issue reported on code.google.com by joseph.a...@gmail.com on 21 Jun 2010 at 5:43

Attachments: