File tree 3 files changed +4
-4
lines changed
main/java/com/example/cloud/translate/samples
test/java/com/example/cloud/translate/samples
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ limitations under the License.
15
15
-->
16
16
<project >
17
17
<modelVersion >4.0.0</modelVersion >
18
- <groupId >com.google .cloud.translate.samples</groupId >
18
+ <groupId >com.example .cloud.translate.samples</groupId >
19
19
<artifactId >translate</artifactId >
20
20
<version >1.0</version >
21
21
<name >translate</name >
@@ -59,7 +59,7 @@ limitations under the License.
59
59
<configuration >
60
60
<archive >
61
61
<manifest >
62
- <mainClass >com.google .cloud.translate.samples.TranslateText</mainClass >
62
+ <mainClass >com.example .cloud.translate.samples.TranslateText</mainClass >
63
63
</manifest >
64
64
</archive >
65
65
<descriptorRefs >
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com .google .cloud .translate .samples ;
17
+ package com .example .cloud .translate .samples ;
18
18
19
19
import com .google .cloud .RetryParams ;
20
20
import com .google .cloud .translate .Detection ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package com .google .cloud .translate .samples ;
17
+ package com .example .cloud .translate .samples ;
18
18
19
19
import static com .google .common .truth .Truth .assertThat ;
20
20
You can’t perform that action at this time.
0 commit comments