ASF Bugzilla – Attachment 26090 Details for
Bug 50017
Make private immutable fields final
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch javax.el package
javaxel.patch (text/plain), 522 bytes, created by
Sebb
on 2010-09-27 20:27:07 UTC
(
hide
)
Description:
Patch javax.el package
Filename:
MIME Type:
Creator:
Sebb
Created:
2010-09-27 20:27:07 UTC
Size:
522 bytes
patch
obsolete
>Index: java/javax/el/ValueReference.java >=================================================================== >--- java/javax/el/ValueReference.java (revision 1001705) >+++ java/javax/el/ValueReference.java (working copy) >@@ -26,8 +26,8 @@ > > private static final long serialVersionUID = 1L; > >- private Object base; >- private Object property; >+ private final Object base; >+ private final Object property; > > public ValueReference(Object base, Object property) { > this.base = base;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50017
: 26090 |
26091