Skip to content

Commit

Permalink
update API spec after unused function was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Jan 20, 2023
1 parent d9ceddc commit e4ecd51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/mockk-agent-api/api/mockk-agent-api.api
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public abstract class io/mockk/proxy/common/transformation/RetransformInlineInst
}

public abstract interface class io/mockk/proxy/common/transformation/SubclassInstrumentation {
public abstract fun setProxyHandler (Ljava/lang/Object;Lio/mockk/proxy/MockKInvocationHandler;)V
public abstract fun subclass (Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/Class;
}

Expand Down

0 comments on commit e4ecd51

Please sign in to comment.