From e26dd99146ea4bc2d17328cdc54eb70ca9b8b664 Mon Sep 17 00:00:00 2001 From: jhendersonHDF Date: Mon, 29 Apr 2024 07:25:18 -0500 Subject: [PATCH] Minor change to a comment (#180) --- .../hdf/view/TableView/DataProviderFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.