git://git.nikiroo.be
/
fanfix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b489d80
)
DataTree slight change
author
Niki Roo
<niki@nikiroo.be>
Mon, 27 Apr 2020 14:42:52 +0000
(16:42 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Mon, 27 Apr 2020 14:42:52 +0000
(16:42 +0200)
ui/DataTree.java
patch
|
blob
|
blame
|
history
diff --git
a/ui/DataTree.java
b/ui/DataTree.java
index 108476eadfc2a4384bc1724a2a0c64ddcbe7fe3f..6b3657da7f0f2dbc3a73506ea26aa70b8581b4fc 100644
(file)
--- a/
ui/DataTree.java
+++ b/
ui/DataTree.java
@@
-10,7
+10,7
@@
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.MutableTreeNode;
public abstract class DataTree<E> {
- pr
ivate
DataNode<E> data;
+ pr
otected
DataNode<E> data;
public DataNode<E> loadData() throws IOException {
return this.data = extractData();