Commit 20ebe6e
authored
Throw UnsupportedOperationException in unused methods (opensearch-project#15446)
These methods infinitely recurse as currently implemented. This change
makes them throw UnsupportedOperationException similar to many other
methods in this class.
Signed-off-by: Andrew Ross <andrross@amazon.com>1 parent 46a7bb6 commit 20ebe6e
File tree
1 file changed
+4
-4
lines changed- server/src/main/java/org/opensearch/index/engine
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | | - | |
| 267 | + | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
273 | | - | |
| 272 | + | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
0 commit comments