Skip to content

Commit

Permalink
Merge pull request #177 from ba-st/remove_JRPCSelfContainedBlockHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
fortizpenaloza committed Oct 3, 2023
2 parents 474fd9c + 18f1ee5 commit 346e02b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.

This file was deleted.

4 changes: 1 addition & 3 deletions source/Stargate-JSON-RPC/JsonRPCRequestHandler.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ JsonRPCRequestHandler >> addHandlerNamed: aString evaluating: aBlock [
{ #category : #configuring }
JsonRPCRequestHandler >> addHandlerNamed: aString withArgumentNames: argumentNames evaluating: aBlock [

messageProcessor addHandler: ( JRPCSelfContainedBlockHandler forProcedureNamed: aString
withArgumentNames: argumentNames
evaluating: aBlock )
messageProcessor addHandlerNamed: aString withArgumentsNamed: argumentNames evaluating: aBlock
]

{ #category : #configuring }
Expand Down

0 comments on commit 346e02b

Please sign in to comment.