moved claims processor to the right package

pull/708/merge
Justin Richer 2015-05-11 15:07:56 -04:00
parent 53d4f15923
commit 0ea06f01b8
1 changed files with 2 additions and 1 deletions

View File

@ -15,12 +15,13 @@
* limitations under the License.
*******************************************************************************/
package org.mitre.uma.service;
package org.mitre.uma.service.impl;
import java.util.Collection;
import java.util.HashSet;
import org.mitre.uma.model.Claim;
import org.mitre.uma.service.ClaimsProcessingService;
import org.springframework.stereotype.Service;
/**