Commit 2b23c5e
committed
Reduces visibility to keep the compatibility.
Adding public methods may break the subclasses if a method with
same signature defined with less visibility.
Also changes devmode version of ClientSerializationStreamReader
to use the server-side base64 implementation to workaround devmode
issue related to accessing package visibile method in supersourced
classes.
Change-Id: I2c928ea88a27e45b90ddc3f7efd237cbddad84ee1 parent 783c71a commit 2b23c5e
File tree
2 files changed
+5
-3
lines changed- user/src/com/google/gwt/user/client/rpc/impl
2 files changed
+5
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
385 | | - | |
| 386 | + | |
| 387 | + | |
386 | 388 | | |
387 | 389 | | |
388 | 390 | | |
| |||
0 commit comments