Skip to content

Commit 449fe2b

Browse files
authored
Update copyright notice in EscapedKeyBugTest.java
1 parent 31ca0c5 commit 449fe2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json-java21/src/test/java/jdk/sandbox/java/util/json/EscapedKeyBugTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2025, Simon Massey. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -99,4 +99,4 @@ public void testMultipleEscapedCharactersInKey() {
9999
// Verify key with multiple escaped characters is parsed correctly
100100
assertEquals(1L, ((JsonNumber) obj.members().get("foo\n\t\"bar")).toNumber());
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)