Skip to content

Commit

Permalink
make public
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Apr 11, 2024
1 parent 29d21a6 commit 71368ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public IScope getDefaultAssignmentScope() {
*
* @return This context
*/
ScriptingRequestBoxContext setOut( PrintStream out ) {
public ScriptingRequestBoxContext setOut( PrintStream out ) {
this.out = out;
return this;
}
Expand Down

0 comments on commit 71368ca

Please sign in to comment.