Skip to content

Commit 8a8233f

Browse files
committed
renamed package
1 parent 8d837e6 commit 8a8233f

File tree

2 files changed

+2
-2
lines changed
  • container-registry/container-analysis/src

2 files changed

+2
-2
lines changed

container-registry/container-analysis/src/main/java/com/google/containerregistry/Samples.java renamed to container-registry/container-analysis/src/main/java/com/samples/containeranalysis/Samples.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.containerregistry;
17+
package com.samples.containeranalysis;
1818

1919
import static java.lang.Thread.sleep;
2020

container-registry/container-analysis/src/test/java/com/google/containerregistry/SamplesTests.java renamed to container-registry/container-analysis/src/test/java/com/samples/containeranalysis/SamplesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.containerregistry;
17+
package com.samples.containeranalysis;
1818

1919
import static java.lang.Thread.sleep;
2020
import static junit.framework.Assert.fail;

0 commit comments

Comments
 (0)