We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3eea6 commit d51cc8bCopy full SHA for d51cc8b
core-api/src/test/java/com/optimizely/ab/config/audience/SemanticVersionTest.java renamed to core-api/src/test/java/com/optimizely/ab/config/audience/match/SemanticVersionTest.java
@@ -14,10 +14,8 @@
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
-package com.optimizely.ab.config.audience;
+package com.optimizely.ab.config.audience.match;
18
19
-import com.optimizely.ab.config.audience.match.SemanticVersion;
20
-import com.optimizely.ab.config.audience.match.UnexpectedValueTypeException;
21
import org.junit.Rule;
22
import org.junit.Test;
23
import org.junit.rules.ExpectedException;
0 commit comments