diff --git a/src/org.hdfgroup.hdfview/hdf/view/TableView/DataProviderFactory.java b/src/org.hdfgroup.hdfview/hdf/view/TableView/DataProviderFactory.java index 71ede170..77f17b4a 100644 --- a/src/org.hdfgroup.hdfview/hdf/view/TableView/DataProviderFactory.java +++ b/src/org.hdfgroup.hdfview/hdf/view/TableView/DataProviderFactory.java @@ -382,7 +382,7 @@ public void setDataValue(int columnIndex, int rowIndex, Object newValue) * index. This method is for facilitating this behavior. * * In general, all "container" DataProviders that have a "container" base - * DataProvider should call down into their base DataProvider(s) using this{}, + * DataProvider should call down into their base DataProvider(s) using this * method, in order to ensure that buried CompoundDataProviders get handled * correctly. When their base DataProvider is not a "container" type, the method * setDataValue(index, Object, Object) should be used instead.