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

Features/automatic update #15

Merged
merged 4 commits into from
Apr 24, 2024
Merged

Features/automatic update #15

merged 4 commits into from
Apr 24, 2024

Conversation

mvoigt-sag
Copy link
Collaborator

No description provided.

operator fun set(key: String, value: LatestMeasurementFragment): LatestMeasurementFragment? = additionalProperties.put(key, value)

override fun toString(): String {
return Gson().toJson(this).toString()

Check notice

Code scanning / CodeQL

Useless toString on String Note

Redundant call to 'toString' on a String object.
var revocationDate: String? = null

override fun toString(): String {
return Gson().toJson(this).toString()

Check notice

Code scanning / CodeQL

Useless toString on String Note

Redundant call to 'toString' on a String object.
var time: String? = null

override fun toString(): String {
return Gson().toJson(this).toString()

Check notice

Code scanning / CodeQL

Useless toString on String Note

Redundant call to 'toString' on a String object.
operator fun set(key: String, value: LatestMeasurementValue): LatestMeasurementValue? = additionalProperties.put(key, value)

override fun toString(): String {
return Gson().toJson(this).toString()

Check notice

Code scanning / CodeQL

Useless toString on String Note

Redundant call to 'toString' on a String object.
var crls: Array<CRLEntry>? = null

override fun toString(): String {
return Gson().toJson(this).toString()

Check notice

Code scanning / CodeQL

Useless toString on String Note

Redundant call to 'toString' on a String object.
@joerghartmann joerghartmann merged commit 75f7d48 into main Apr 24, 2024
7 checks passed
@joerghartmann joerghartmann deleted the features/automatic-update branch April 24, 2024 11:48
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.

3 participants