Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misspelled domain constants #271

Open
danlz opened this issue Aug 30, 2023 · 0 comments
Open

Misspelled domain constants #271

danlz opened this issue Aug 30, 2023 · 0 comments

Comments

@danlz
Copy link

danlz commented Aug 30, 2023

Lyo generates the following code:

`
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant