X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fdao%2Ftest%2FTestRunDescriptorDao.java;h=13f1f265d42924d64846d46e1acad835b8c47d3f;hb=5fe677bf811739592b1089471181e39f9cbe4f3f;hp=53bc89a3c9aa2ae4f6f3d5368d36a3ef1c283f25;hpb=7804a8856f205e744a374696951c31d0ba068798;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/dao/test/TestRunDescriptorDao.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/dao/test/TestRunDescriptorDao.java index 53bc89a3c..13f1f265d 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/dao/test/TestRunDescriptorDao.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/dao/test/TestRunDescriptorDao.java @@ -1,7 +1,24 @@ +/* + * Copyright (C) 2007-2012 Mathieu Baudier + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.argeo.slc.dao.test; -import org.argeo.slc.core.test.TestRunDescriptor; +import org.argeo.slc.dao.TestResultDao; +import org.argeo.slc.test.TestRunDescriptor; +/** @deprecated will be removed in SLC 2.0, use {@link TestResultDao} instead. */ public interface TestRunDescriptorDao { public TestRunDescriptor getTestRunDescriptor(String id);