You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`
public interface Oslc_rmDomainConstants {
// Start of user code user constants
// End of user code
/**
* @deprecated use {@link Oslc_rmDomainConstants#OSLC_RM_NAMSPACE} or
* {@link Oslc_rmDomainConstants#OSLC_RM_DOMAIN_NAME} instead
*/
@Deprecated(since = "5.0.1")
public static String OSLC_RM_DOMAIN = "http://open-services.net/xmlns/rm/1.0/";
public static String OSLC_RM_DOMAIN_NAME = "OSLC_RM";
public static String OSLC_RM_NAMSPACE = "http://open-services.net/xmlns/rm/1.0/"; // Vocabulary namespace for the
// resources and resource
// properties, when no explicit
// vocabulary (describes, or
// propertyDefinition) is defined
public static String OSLC_RM_NAMSPACE_PREFIX = "oslc_rm"; // Vocabulary prefix for the resources and resource
// properties, when no explicit vocabulary (describes, or
// propertyDefinition) is defined
`
The OSLC_RM_NAMSPACE and OSLC_RM_NAMSPACE constants are misspelled.
The text was updated successfully, but these errors were encountered:
Lyo generates the following code:
`
public interface Oslc_rmDomainConstants {
// Start of user code user constants
// End of user code
`
The OSLC_RM_NAMSPACE and OSLC_RM_NAMSPACE constants are misspelled.
The text was updated successfully, but these errors were encountered: