Skip to content

Commit 4c6c912

Browse files
committed
un-opened method
1 parent dd79350 commit 4c6c912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/interaction/request/RequestHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ abstract class RequestHandler<R : Request> {
5151
*
5252
* @return True, if the request was updated.
5353
*/
54-
protected open fun updateRequest(
54+
protected fun updateRequest(
5555
keepIfNull: Boolean = false,
5656
filter: (Map.Entry<RequestConfig<R>, R>) -> Boolean = { true }
5757
): Boolean {

0 commit comments

Comments
 (0)