File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-beans/src/main/java/org/springframework/beans Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2014 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.
@@ -58,10 +58,10 @@ public class PropertyValue extends BeanMetadataAttributeAccessor implements Seri
58
58
volatile Boolean conversionNecessary ;
59
59
60
60
/** Package-visible field for caching the resolved property path tokens */
61
- volatile Object resolvedTokens ;
61
+ transient volatile Object resolvedTokens ;
62
62
63
63
/** Package-visible field for caching the resolved PropertyDescriptor */
64
- volatile PropertyDescriptor resolvedDescriptor ;
64
+ transient volatile PropertyDescriptor resolvedDescriptor ;
65
65
66
66
67
67
/**
You can’t perform that action at this time.
0 commit comments