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

Fix JavaDoc build #4637

Merged
merged 1 commit into from
Mar 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public interface ModelRepository {
* @param out the output stream to write the generated syntax to
* @param modelType the model type
* @param modelContent the content of the model
* @return the corresponding syntax
*/
void generateSyntaxFromModel(OutputStream out, String modelType, EObject modelContent);
}
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected List<ConfigParameter> getConfigurationParameters(Thing thing, boolean
* as in this configuration description, and any parameter having the default value is ignored.
* If not, the parameters are provided sorted by natural order of their names.
*
* @param thing the channel
* @param channel the channel
* @param hideDefaultParameters true to hide the configuration parameters having the default value
* @return the sorted list of configuration parameters for the channel
*/
Expand Down