Get the DataStore register.
()
| 720 | |
| 721 | /** Get the DataStore register. */ |
| 722 | public static DataStoreRegister getDataStoreRegister() { |
| 723 | return dataStoreRegister; |
| 724 | } // getDataStoreRegister |
| 725 | |
| 726 | /** |
| 727 | * Sets the {@link Executable} currently under execution. At a given time |
no outgoing calls