[Minor] Refactoring packages of tests

This commit is contained in:
Robert von Burg 2016-09-22 21:59:40 +02:00
parent 5cbbfebf06
commit 02e0110fc6
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package li.strolch.service.test.parameter;
package li.strolch.service.parameter;
import li.strolch.model.Locator;
import li.strolch.model.parameter.FloatParameter;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package li.strolch.service.test.parameter;
package li.strolch.service.parameter;
import org.junit.Test;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package li.strolch.service.test.parameter;
package li.strolch.service.parameter;
import li.strolch.model.Locator;
import li.strolch.service.parameter.SetParameterService;