Skip to content

Commit fdf90cd

Browse files
committed
corrected errors in CancellableContinuationImpl in 1.4
1 parent e2106cc commit fdf90cd

23 files changed

+41
-42
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.api.agent.Config;
44
import com.newrelic.api.agent.NewRelic;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.agent.bridge.AgentBridge;
44
import com.newrelic.api.agent.NewRelic;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.api.agent.NewRelic;
44
import com.newrelic.api.agent.Segment;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.api.agent.NewRelic;
44
import com.newrelic.api.agent.Segment;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.agent.bridge.AgentBridge;
44
import com.newrelic.api.agent.NewRelic;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.agent.bridge.AgentBridge;
44
import kotlin.coroutines.Continuation;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.agent.bridge.AgentBridge;
44
import com.newrelic.api.agent.NewRelic;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import com.newrelic.agent.bridge.AgentBridge;
44
import com.newrelic.api.agent.NewRelic;

Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/Utils.java renamed to Kotlin-Coroutines_1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.newrelic.instrumentation.kotlin.coroutines_17;
1+
package com.newrelic.instrumentation.kotlin.coroutines_14;
22

33
import java.util.ArrayList;
44
import java.util.List;

Kotlin-Coroutines_1.4/src/main/java/kotlin/coroutines/ContinuationKt_Instrumentation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import com.newrelic.api.agent.Trace;
44
import com.newrelic.api.agent.weaver.Weave;
55
import com.newrelic.api.agent.weaver.Weaver;
6-
import com.newrelic.instrumentation.kotlin.coroutines_17.NRFunction1SuspendWrapper;
7-
import com.newrelic.instrumentation.kotlin.coroutines_17.NRFunction2SuspendWrapper;
6+
import com.newrelic.instrumentation.kotlin.coroutines_14.NRFunction1SuspendWrapper;
7+
import com.newrelic.instrumentation.kotlin.coroutines_14.NRFunction2SuspendWrapper;
88

99
import kotlin.jvm.functions.Function1;
1010
import kotlin.jvm.functions.Function2;

0 commit comments

Comments
 (0)