Skip to content
Snippets Groups Projects
Commit 9ec0164c authored by brinn's avatar brinn
Browse files

refactor: rename package ch.systemsx.cisd.common.color to ch.systemsx.cisd.common.image

SVN: 22482
parent fb3d9bfa
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package ch.systemsx.cisd.common.color; package ch.systemsx.cisd.common.image;
import java.awt.Color; import java.awt.Color;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package ch.systemsx.cisd.common.color; package ch.systemsx.cisd.common.image;
import java.awt.Color; import java.awt.Color;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package ch.systemsx.cisd.common.color; package ch.systemsx.cisd.common.image;
import static org.testng.AssertJUnit.assertEquals; import static org.testng.AssertJUnit.assertEquals;
...@@ -22,6 +22,9 @@ import java.awt.Color; ...@@ -22,6 +22,9 @@ import java.awt.Color;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import ch.systemsx.cisd.common.image.MixColors;
import ch.systemsx.cisd.common.image.WavelengthColor;
/** /**
* Test cases for {@link MixColors}. * Test cases for {@link MixColors}.
* *
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package ch.systemsx.cisd.common.color; package ch.systemsx.cisd.common.image;
import static org.testng.AssertJUnit.assertEquals; import static org.testng.AssertJUnit.assertEquals;
...@@ -22,6 +22,8 @@ import java.awt.Color; ...@@ -22,6 +22,8 @@ import java.awt.Color;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import ch.systemsx.cisd.common.image.WavelengthColor;
/** /**
* Test cases for the {@link WavelengthColor} class. * Test cases for the {@link WavelengthColor} class.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment