File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
spock-core/src/main/java/org/spockframework/runtime/extension Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ public interface IMethodInvocation {
102
102
/**
103
103
* Get the {@link IStore} for the supplied {@linkplain IStore.Namespace namespace}.
104
104
*
105
- * <p>Use {@code getStore(Namespace.GLOBAL)} to get the default, global.
106
- *
107
105
* <p>A store is bound to its context lifecycle. When a
108
106
* context lifecycle ends it closes its associated store. All stored values
109
107
* that are instances of {@link AutoCloseable} are
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ public interface ISpockExecution {
6
6
/**
7
7
* Get the {@link IStore} for the supplied {@linkplain IStore.Namespace namespace}.
8
8
*
9
- * <p>Use {@code getStore(Namespace.GLOBAL)} to get the default, global.
10
- *
11
9
* <p>A store is bound to its context lifecycle. When a
12
10
* context lifecycle ends it closes its associated store. All stored values
13
11
* that are instances of {@link AutoCloseable} are
You can’t perform that action at this time.
0 commit comments