-
Notifications
You must be signed in to change notification settings - Fork 41
Fix errorprone and Javadoc warnings #2614
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
Changes from 31 commits
be9ee23
89b9f05
49c83b6
b2871fb
c5c9c0a
4964e8d
ff81f5f
3934c2a
9958f95
1afbc21
8c5114d
ffab395
79df1ed
cf31672
6dd213e
6542177
603e46e
eaf9d88
502034e
6b22d1a
7d5ad8c
afd58f4
3652f10
cc5365b
570ab38
977c6af
bcc3547
37c7b3b
2be52e5
2018640
5fba851
3de9ad7
f5bb662
0f03536
bfad6d3
be503d6
ac03202
862bbb2
eecf28a
7e3784b
e179656
f75d31b
06a4a9a
db73e47
0d30850
a2756c1
52824bc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,7 +4,8 @@ | |||||
| import lombok.Builder; | ||||||
| import lombok.Data; | ||||||
|
|
||||||
| /** * Import data chunk data */ | ||||||
| /** * Import data chunk data. */ | ||||||
|
||||||
| /** * Import data chunk data. */ | |
| /** Import data chunk data. */ |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -6,7 +6,8 @@ | |||||
| import lombok.Builder; | ||||||
| import lombok.Data; | ||||||
|
|
||||||
| /** * A DTO to store import data chunk details */ | ||||||
| /** * A DTO to store import data chunk details. */ | ||||||
|
||||||
| /** * A DTO to store import data chunk details. */ | |
| /** A DTO to store import data chunk details. */ |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -6,6 +6,7 @@ | |||||
| import lombok.Value; | ||||||
|
|
||||||
| /** Transaction batch details */ | ||||||
|
||||||
| /** Transaction batch details */ | |
| /** Transaction batch details. */ |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,6 +8,7 @@ | |||||
| import lombok.Value; | ||||||
|
|
||||||
| /** Transaction batch result */ | ||||||
|
||||||
| /** Transaction batch result */ | |
| /** Transaction batch result. */ |
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.