Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 31b554126310c9f634f4ab99574d7107b5053d07 (plain) (blame)
1
2
3
4
5
6
package org.eclipse.net4j.util.store;

public interface ITransaction
{

}

Back to the top