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

Remove duplicite code related to sml:replace #220

Open
blcham opened this issue Sep 30, 2023 · 0 comments
Open

Remove duplicite code related to sml:replace #220

blcham opened this issue Sep 30, 2023 · 0 comments

Comments

@blcham
Copy link
Contributor

blcham commented Sep 30, 2023

The following code is duplicated in multiple modules:

    @Parameter(urlPrefix = SML.uri, name = "replace", comment = "Specifies whether a module should overwrite triples" +
        " from its predecessors. When set to true (default is false), it prevents" +
        " passing through triples from the predecessors.")
    private boolean isReplace;

A/C:

  • make a decision whether all modules should support it
  • implement it in a way that the text in annotation is not repeated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant