Skip to main content
summaryrefslogtreecommitdiffstats
blob: ab93df6db237cf65e186cc585bf5576b7b684841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * Created on Aug 17, 2010
 *
 * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE
 */
package org.eclipse.osee.ats.access;

public interface AtsAccessContextIdResolver {
   // interface
}

Back to the top