File tree 3 files changed +23
-0
lines changed
src/main/java/no/nav/k9/konstant
3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
6
+ <parent >
7
+ <groupId >no.nav.k9</groupId >
8
+ <artifactId >k9-format</artifactId >
9
+ <version >${revision}${sha1}${changelist} </version >
10
+ </parent >
11
+
12
+ <artifactId >konstant</artifactId >
13
+
14
+ </project >
Original file line number Diff line number Diff line change
1
+ package no .nav .k9 .konstant ;
2
+
3
+ import java .time .Duration ;
4
+ import java .time .temporal .ChronoUnit ;
5
+
6
+ public class Konstant {
7
+ static final Duration FORVENTET_SAKSBEHANDLINGSTID = Duration .of (8 , ChronoUnit .WEEKS );
8
+ }
Original file line number Diff line number Diff line change 16
16
<module >soknad-omsorgspenger-utbetaling</module >
17
17
<module >soknad-frisinn</module >
18
18
<module >ettersendelse</module >
19
+ <module >konstant</module >
19
20
</modules >
20
21
21
22
<properties >
You can’t perform that action at this time.
0 commit comments