fixes a checkstyle issue

This commit is contained in:
hneemann 2021-04-30 21:37:47 +02:00
parent f39284c02c
commit 51bf8ced71

View File

@ -34,7 +34,8 @@ public class DataPlotter implements Drawable {
/**
* Creates a new instance
*
* @param data the signals used to collect DataSamples
* @param data the signals used to collect DataSamples
* @param modelSync used to access the model
*/
public DataPlotter(ValueTable data, SyncAccess modelSync) {
this.dataOriginal = data;