Skip to content

Commit

Permalink
TCK test fix: Locale changed to Finnish (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Verdent authored Jan 21, 2025
1 parent b41c3b7 commit 16962f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2025 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -25,7 +25,7 @@
import ee.jakarta.tck.json.bind.TypeContainer;

public class FieldCustomizedDoubleContainer implements TypeContainer<Double> {
@JsonbNumberFormat(locale = "fr")
@JsonbNumberFormat(locale = "fi")
private Double instance;

@Override
Expand Down

0 comments on commit 16962f0

Please sign in to comment.