Commit 7c6a430
Fix implementation of
Fixes #413
RELNOTES=Fixed implementation of `PosixFileAttributes.permissions()` to return a modifiable set as specified in the Javadoc for that method.
PiperOrigin-RevId: 762097962PosixFileAttributes.permissions() to return a modifiable set as specified in the Javadoc for that method.1 parent 2225abf commit 7c6a430
File tree
2 files changed
+10
-3
lines changed- jimfs/src
- main/java/com/google/common/jimfs
- test/java/com/google/common/jimfs
2 files changed
+10
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
266 | | - | |
| 265 | + | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
124 | 131 | | |
0 commit comments