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
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
The text was updated successfully, but these errors were encountered:
The following code is duplicated in multiple modules:
A/C:
The text was updated successfully, but these errors were encountered: