Checks if the supplied store refers to the standard store. @param name name of store @return result of check
(final String name)
| 308 | * @return result of check |
| 309 | */ |
| 310 | private static boolean standardStore(final String name) { |
| 311 | return name.isEmpty(); |
| 312 | } |
| 313 | |
| 314 | // STATIC FUNCTIONS ============================================================================= |
| 315 |