File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-core/src/main/java/org/springframework/core/io/support Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2020 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
30
30
* "spring.xml.ignore" property.
31
31
*
32
32
* <p>This is the standard implementation used in Spring's resource support.
33
+ * Only intended for internal use within the framework. For other purposes,
34
+ * use its base class {@link DefaultPropertiesPersister} instead.
33
35
*
34
36
* @author Juergen Hoeller
35
37
* @author Sebastien Deleuze
@@ -40,7 +42,6 @@ public class ResourcePropertiesPersister extends DefaultPropertiesPersister {
40
42
/**
41
43
* A convenient constant for a default {@code ResourcePropertiesPersister} instance,
42
44
* as used in Spring's common resource support.
43
- * @since 5.3
44
45
*/
45
46
public static final ResourcePropertiesPersister INSTANCE = new ResourcePropertiesPersister ();
46
47
You can’t perform that action at this time.
0 commit comments