Skip to content

Commit 212c00a

Browse files
committed
change year + offset some code + fix warning
1 parent f22ff39 commit 212c00a

36 files changed

+69
-42
lines changed

accessors-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2011-2024 JSON-SMART authors
2+
Copyright 2011-2025 JSON-SMART authors
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

accessors-smart/src/main/java/net/minidev/asm/ASMUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011-2024 JSON-SMART authors
4+
* Copyright 2011-2025 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

accessors-smart/src/main/java/net/minidev/asm/Accessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011-2024 JSON-SMART authors
4+
* Copyright 2011-2025 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

accessors-smart/src/main/java/net/minidev/asm/BeansAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011-2024 JSON-SMART authors
4+
* Copyright 2011-2025 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

accessors-smart/src/main/java/net/minidev/asm/DynamicClassLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.asm;
22

33
/*
4-
* Copyright 2011-2024 JSON-SMART authors
4+
* Copyright 2011-2025 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

accessors-smart/src/test/java/net/minidev/asm/ASMTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public void testGet() throws Exception {
114114
// T1 = System.currentTimeMillis() - T1;
115115
}
116116

117-
@Test
118117
private void subtext(BeansAccess<BTest> acc) {
119118
BTest t = new BTest();
120119
acc.set(t, "pubBoolValue", true);

json-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2011-2024 JSON-SMART authors
2+
Copyright 2011-2025 JSON-SMART authors
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

json-smart/src/main/java/net/minidev/json/JSONArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011-2024 JSON-SMART authors
4+
* Copyright 2011-2025 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

json-smart/src/main/java/net/minidev/json/JSONAware.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011-2024 JSON-SMART authors
4+
* Copyright 2011-2025 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

json-smart/src/main/java/net/minidev/json/JSONAwareEx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.minidev.json;
22

33
/*
4-
* Copyright 2011-2024 JSON-SMART authors
4+
* Copyright 2011-2025 JSON-SMART authors
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)