Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove the final modifier to ContentFeatureStore.addFeatures method. #115

Merged
merged 1 commit into from
Jan 25, 2013

Conversation

groldan
Copy link
Member

@groldan groldan commented Jan 25, 2013

ContentFeatureStore.addFeatures works by grabbing a FeatureWriter from
the concrete subclass, but it can be the case that that's not the best
way of doing so for a given immplementation, so removing the final modifier
from the method allows for further optimizations on the subclasses where
appropriate while keeping the default behavior.

ContentFeatureStore.addFeatures works by grabbing a FeatureWriter from
the concrete subclass, but it can be the case that that's not the best
way of doing so for a given immplementation, so removing the final modifier
from the method allows for further optimizations on the subclasses where
appropriate while keeping the default behavior.
@jdeolive
Copy link
Contributor

Looks ok to me. If there is a problem later easy enough to roll back.

jdeolive pushed a commit that referenced this pull request Jan 25, 2013
remove the final modifier to ContentFeatureStore.addFeatures method.
@jdeolive jdeolive merged commit a389323 into geotools:master Jan 25, 2013
@groldan groldan deleted the contentfeaturestore_addfeatures branch November 25, 2019 21:17
piomar123 pushed a commit to piomar123/geotools that referenced this pull request Sep 17, 2021
…t-tests (geotools#115)

* Bump jetty-server in /its/it-tests

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.35.v20201120 to 9.4.41.v20210516.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.35.v20201120...jetty-9.4.41.v20210516)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* build it

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukasz Jarocki <lukasz.jarocki@sonarsource.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants