Reset the given scope IDs to 0 for the current Thread. @param scope
(final String scope)
| 83 | * @param scope |
| 84 | */ |
| 85 | @VisibleForTesting |
| 86 | public static void reset(final String scope) { |
| 87 | theGenerator.scopeToIdMap.get().remove(scope); |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Reset all scope IDs to 0 for the current Thread. |