aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-dse/src/main/java/tools/refinery/store/dse/modification/ModificationStoreAdapter.java
blob: 144c4d0539a1e7e116af9c934de00feb25e3a6d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * SPDX-FileCopyrightText: 2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package tools.refinery.store.dse.modification;

import tools.refinery.store.adapter.ModelStoreAdapter;

public interface ModificationStoreAdapter extends ModelStoreAdapter {
}