-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.0.11 EE, 6.2.10 EE GA1
-
Fix Version/s: 7.0.0 M1
-
Component/s: Documentation
-
Labels:None
-
Fix Priority:3
-
Liferay Contributor's Agreement:Accept
-
Git Pull Request:
When generating remote services, the generated class has the following comment added:
/*
- NOTE FOR DEVELOPERS:
* - Never reference this interface directly. Always use
{@link com.liferay.training.parts.service.ManufacturerServiceUtil} to access the manufacturer remote service.
*/
As this is the implementation and not the interface, this should be:
/*
* NOTE FOR DEVELOPERS:
*
* Never reference this class directly. Always use {@link com.liferay.training.parts.service.ManufacturerServiceUtil}to access the manufacturer remote service.
*/