Skip to content

Commit

Permalink
qa: Remove all superfluously overridden methods from CatalogPlugin
Browse files Browse the repository at this point in the history
`CatalogPlugin` started by only implementing `Catalog` and hence
duplicated most of upstream's `CatalogImpl` functionality. Then it was
required for it to extend `CatalogImpl` instead, due to code in
GeoServer assuming the `Catalog` **is A** `CatalogImpl`, but the
overridden methods that did the same weren't removed.

This leaves `CatalogPlugin` much cleaner and it's easier to see how it
exactly differ from its superclass.
  • Loading branch information
groldan committed Dec 7, 2023
1 parent a8edfd9 commit 0e9bf4b
Showing 1 changed file with 103 additions and 881 deletions.
Loading

0 comments on commit 0e9bf4b

Please sign in to comment.