Skip to content

Commit 2087d7b

Browse files
committed
fixup! Remove Namespace.GLOBAL
1 parent d054067 commit 2087d7b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spock-core/src/main/java/org/spockframework/runtime/extension/IMethodInvocation.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ public interface IMethodInvocation {
102102
/**
103103
* Get the {@link IStore} for the supplied {@linkplain IStore.Namespace namespace}.
104104
*
105-
* <p>Use {@code getStore(Namespace.GLOBAL)} to get the default, global.
106-
*
107105
* <p>A store is bound to its context lifecycle. When a
108106
* context lifecycle ends it closes its associated store. All stored values
109107
* that are instances of {@link AutoCloseable} are

spock-core/src/main/java/org/spockframework/runtime/extension/ISpockExecution.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ public interface ISpockExecution {
66
/**
77
* Get the {@link IStore} for the supplied {@linkplain IStore.Namespace namespace}.
88
*
9-
* <p>Use {@code getStore(Namespace.GLOBAL)} to get the default, global.
10-
*
119
* <p>A store is bound to its context lifecycle. When a
1210
* context lifecycle ends it closes its associated store. All stored values
1311
* that are instances of {@link AutoCloseable} are

0 commit comments

Comments
 (0)