We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35b122 commit be1f629Copy full SHA for be1f629
src/spec/java/org/jruby/rack/mock/MockHttpSession.java
@@ -101,7 +101,7 @@ public String getId() {
101
return this.id;
102
}
103
104
- void setId(String id) {
+ public void setId(String id) {
105
this.id = id;
106
107
@@ -256,7 +256,7 @@ public String toString() {
256
return getClass().getName() + "@" + Integer.toHexString(hashCode()) + this.attributes;
257
258
259
- Map<String, Object> getAttributes() {
+ public Map<String, Object> getAttributes() {
260
return attributes;
261
262
0 commit comments