File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
com.avaloq.tools.ddk/src/com/avaloq/tools/ddk/caching Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 * Contributors:
99 * Avaloq Group AG - initial API and implementation
1010 *******************************************************************************/
11- package com .avaloq .tools .ddk .xtext . validation ;
11+ package com .avaloq .tools .ddk .caching ;
1212
1313/** A global validation cache. */
1414public interface IGlobalValidationCache {
Original file line number Diff line number Diff line change 88 * Contributors:
99 * Avaloq Group AG - initial API and implementation
1010 *******************************************************************************/
11- package com .avaloq .tools .ddk .xtext . validation ;
11+ package com .avaloq .tools .ddk .caching ;
1212
13- import com .avaloq .tools .ddk .xtext . validation .impl .GlobalValidationCacheManagerImpl ;
13+ import com .avaloq .tools .ddk .caching .impl .GlobalValidationCacheManagerImpl ;
1414
1515
1616/** The global validation cache manager. */
Original file line number Diff line number Diff line change 88 * Contributors:
99 * Avaloq Group AG - initial API and implementation
1010 *******************************************************************************/
11- package com .avaloq .tools .ddk .xtext . validation .impl ;
11+ package com .avaloq .tools .ddk .caching .impl ;
1212
1313import java .util .Set ;
1414
15- import com .avaloq .tools .ddk .xtext . validation .IGlobalValidationCache ;
16- import com .avaloq .tools .ddk .xtext . validation .IGlobalValidationCacheManager ;
15+ import com .avaloq .tools .ddk .caching .IGlobalValidationCache ;
16+ import com .avaloq .tools .ddk .caching .IGlobalValidationCacheManager ;
1717import com .google .common .collect .Sets ;
1818
1919
You can’t perform that action at this time.
0 commit comments