File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
main/java/com/example/cloud/translate/samples
test/java/com/example/cloud/translate/samples Expand file tree Collapse file tree 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.
1515-->
1616<project >
1717 <modelVersion >4.0.0</modelVersion >
18- <groupId >com.google .cloud.translate.samples</groupId >
18+ <groupId >com.example .cloud.translate.samples</groupId >
1919 <artifactId >translate</artifactId >
2020 <version >1.0</version >
2121 <name >translate</name >
@@ -59,7 +59,7 @@ limitations under the License.
5959 <configuration >
6060 <archive >
6161 <manifest >
62- <mainClass >com.google .cloud.translate.samples.TranslateText</mainClass >
62+ <mainClass >com.example .cloud.translate.samples.TranslateText</mainClass >
6363 </manifest >
6464 </archive >
6565 <descriptorRefs >
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .cloud .translate .samples ;
17+ package com .example .cloud .translate .samples ;
1818
1919import com .google .cloud .RetryParams ;
2020import com .google .cloud .translate .Detection ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .cloud .translate .samples ;
17+ package com .example .cloud .translate .samples ;
1818
1919import static com .google .common .truth .Truth .assertThat ;
2020
You can’t perform that action at this time.
0 commit comments