File tree Expand file tree Collapse file tree
packed-incubator/packed-incubator-concurrent/src/main/java/app/packed/concurrent/job2/impl
packed/src/main/java/app/packed Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 */
1616package app .packed .concurrent .job2 .impl ;
1717
18- import app .packed .concurrent .JobExtension ;
19- import app .packed .namespaceold .NamespaceBridge ;
20-
2118/**
2219 *
2320 */
2421
25- public class ThreadNamespaceBridge implements NamespaceBridge < JobExtension > {
22+ public class ThreadNamespaceBridge {
2623
2724}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public final class BaseExtension extends FrameworkExtension<BaseExtension> {
5656 // But right now we only have a single field
5757 static final ContainerBuildLocal <FromLinks > FROM_LINKS = ContainerBuildLocal .of (FromLinks ::new );
5858
59- final BaseExtensionNamespace namespace ;
59+ final BaseExtensionNamespace userlandNamespace ;
6060
6161 /**
6262 * All your base are belong to us.
@@ -68,7 +68,7 @@ public final class BaseExtension extends FrameworkExtension<BaseExtension> {
6868 */
6969 BaseExtension (BaseExtensionNamespace namespace , ExtensionHandle <BaseExtension > handle ) {
7070 super (handle );
71- this .namespace = namespace ;
71+ this .userlandNamespace = namespace ;
7272 }
7373
7474 /**
Original file line number Diff line number Diff line change 2323import app .packed .binding .Key ;
2424import app .packed .extension .BaseExtension ;
2525import app .packed .extension .ExtensionWirelet ;
26- import app .packed .namespaceold .NamespaceBridge ;
2726import app .packed .service .ServiceContract ;
2827
2928/**
3029 * A service bridge between two service namespaces.
3130 */
32- public abstract class ServiceNamespaceBridge2 implements NamespaceBridge < BaseExtension > {
31+ public abstract class ServiceNamespaceBridge2 {
3332
3433 public abstract ServiceBridge incoming ();
3534
You can’t perform that action at this time.
0 commit comments