Skip to content

Commit 16962f0

Browse files
authored
TCK test fix: Locale changed to Finnish (#366)
1 parent b41c3b7 commit 16962f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tck/src/main/java/ee/jakarta/tck/json/bind/customizedmapping/numberformat/model/FieldCustomizedDoubleContainer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2022 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -25,7 +25,7 @@
2525
import ee.jakarta.tck.json.bind.TypeContainer;
2626

2727
public class FieldCustomizedDoubleContainer implements TypeContainer<Double> {
28-
@JsonbNumberFormat(locale = "fr")
28+
@JsonbNumberFormat(locale = "fi")
2929
private Double instance;
3030

3131
@Override

0 commit comments

Comments
 (0)