-
Notifications
You must be signed in to change notification settings - Fork 230
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
TANDS-19093-adding-transactionRegistry-interface #1322
TANDS-19093-adding-transactionRegistry-interface #1322
Conversation
@@ -0,0 +1,26 @@ | |||
/* | |||
* * Copyright 2015, Yahoo Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2020
package com.yahoo.elide.core; | ||
|
||
/** | ||
* * Database interface library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove the extra asterisks?
* Removed redundant fetch join for filters * Removed redundant code Co-authored-by: Aaron Klish <[email protected]>
*/ | ||
public interface TransactionRegistry { | ||
|
||
public static class TransactionEntry { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we might get build warnings for the lack of javadoc for the inner static class - and also the public methods below. Can we add a bit of documentation?
* Add Eclipse import order * remove extra separator line Co-authored-by: wcekan <[email protected]>
…ithub.com/ramshakr/elide into TANDS-19093-transactionRegistry-Interface
…ithub.com/ramshakr/elide into TANDS-19093-transactionRegistry-Interface
Bumps `metrics.version` from 4.1.6 to 4.1.8. Updates `metrics-core` from 4.1.6 to 4.1.8 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.1.6...v4.1.8) Updates `metrics-servlets` from 4.1.6 to 4.1.8 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.1.6...v4.1.8) Updates `metrics-servlet` from 4.1.6 to 4.1.8 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.1.6...v4.1.8) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Aaron Klish <[email protected]>
…ithub.com/ramshakr/elide into TANDS-19093-transactionRegistry-Interface
Resolves #1292 (if appropriate)
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
License
I confirm that this contribution is made under an Apache 2.0 license and that I have the authority necessary to make this contribution on behalf of its copyright owner.