|
|
|
|
|
by amccloud
1372 days ago
|
|
Qualify the duplicate name with why you have a duplicate. Already have Service and need Service? How bout NewService and Service instead. Or ${NEW_TRAIT}Service and Service. (can replace Service with any domain) You could also just not duplicate and keep a single Service. Like other mentioned this is likely a design problem at any point names clash. |
|