-
Notifications
You must be signed in to change notification settings - Fork 2
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
Ny EditorConfig + reformatering av code. #2500
base: master
Are you sure you want to change the base?
Conversation
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.
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.
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.
Lagt inn i iterasjon 2.
@@ -112,7 +111,8 @@ void handleMessage(JournalfoeringHendelseRecord payload) { | |||
// De uten kanalreferanse er "klonet" av SBH og journalført fra Gosys. | |||
// Normalt blir de journalført, men det feiler av og til pga tilgang. | |||
// Håndterer disse journalpostene senere i tilfelle SBH skal ha klart å ordne ting selv | |||
var delay = eksternReferanseId == null && !mottaksKanal.equals(MottakKanal.SELVBETJENING.getKode()) ? Duration.ofHours(journalføringDelay) : Duration.ZERO; | |||
var delay = eksternReferanseId == null |
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.
Veldig lang indent etter newline her? Er det 8 char - liker 4 char bedre
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.
No description provided.