File tree Expand file tree Collapse file tree
src/main/java/com/codedx/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646
4747 <!-- test dependencies -->
4848 <dependency >
49- <!-- TODO - update (?) -->
5049 <groupId >junit</groupId >
5150 <artifactId >junit</artifactId >
5251 <version >${junit-version} </version >
5352 <scope >test</scope >
5453 </dependency >
5554
5655 <dependency >
57- <!-- TODO - update (?) -->
5856 <groupId >com.atlassian.bamboo</groupId >
5957 <artifactId >atlassian-bamboo-web</artifactId >
6058 <version >${bamboo.version} </version >
Original file line number Diff line number Diff line change @@ -152,13 +152,13 @@ protected ThreeTenDateTimeDeserializerBase<T> withDateFormat(DateTimeFormatter d
152152
153153 @ Override
154154 protected ThreeTenDateTimeDeserializerBase <T > withLeniency (Boolean leniency ) {
155- // TODO
155+ // not relevant for us
156156 return this ;
157157 }
158158
159159 @ Override
160160 protected ThreeTenDateTimeDeserializerBase <T > withShape (JsonFormat .Shape shape ) {
161- // TODO
161+ // not relevant for us
162162 return this ;
163163 }
164164
You can’t perform that action at this time.
0 commit comments