Updated the package architecture
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package parser;
|
||||
package edu.msudenver.tsp.services.parser;
|
||||
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package parser;
|
||||
package edu.msudenver.tsp.services.parser;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package scoring;
|
||||
package edu.msudenver.tsp.services.scoring;
|
||||
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package scoring;
|
||||
package edu.msudenver.tsp.services.scoring;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package parser;
|
||||
package edu.msudenver.tsp.services.parser;
|
||||
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.runners.MockitoJUnitRunner;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package scoring;
|
||||
package edu.msudenver.tsp.services.scoring;
|
||||
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.runners.MockitoJUnitRunner;
|
||||
Reference in New Issue
Block a user