Commit 3a0bf1c
committed
Fix SpotBugs errors
[ERROR] Medium:
org.apache.commons.io.monitor.FileAlterationMonitor.getObservers() may
expose internal representation by returning
FileAlterationMonitor.observers [org.apache.commons.io.monitor.FileAlterationMonitor]
At FileAlterationMonitor.java:[line 124] EI_EXPOSE_REP
[ERROR] Medium:
org.apache.commons.io.monitor.FileAlterationObserver.getListeners() may
expose internal representation by returning
FileAlterationObserver.listeners [org.apache.commons.io.monitor.FileAlterationObserver]
At FileAlterationObserver.java:[line 397] EI_EXPOSE_REP1 parent e539867 commit 3a0bf1c
3 files changed
Lines changed: 5 additions & 2 deletions
File tree
- src
- changes
- main/java/org/apache/commons/io/monitor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
394 | 395 | | |
395 | 396 | | |
396 | 397 | | |
397 | | - | |
| 398 | + | |
398 | 399 | | |
399 | 400 | | |
400 | 401 | | |
| |||
0 commit comments