Commit 3863a1e
committed
BaseServlet: Add Javadoc for IOException to prevent Eclipse warnings
The IOException is not thrown from the methods as implemented in the
base class, but from the overridden implementations in the derived
classes.
Add Javadoc @throws tags to prevent Eclipse from complaining that the
exceptions are not thrown.
Change-Id: I55a225a80b819b2156c52fffe0e2f87482a5abb51 parent c53de2b commit 3863a1e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| 170 | + | |
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
| |||
0 commit comments