Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b6a82e

Browse files
refactor 1078
1 parenta9c5141 commit5b6a82e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎src/main/java/com/fishercoder/solutions/_5083.javarenamed to‎src/main/java/com/fishercoder/solutions/_1078.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* 1 <= first.length, second.length <= 10
2525
* first and second consist of lowercase English letters.
2626
*/
27-
publicclass_5083 {
27+
publicclass_1078 {
2828
publicstaticclassSolution1 {
2929
publicString[]findOcurrences(Stringtext,Stringfirst,Stringsecond) {
3030
String[]words =text.split(" ");

‎src/test/java/com/fishercoder/_5083Test.javarenamed to‎src/test/java/com/fishercoder/_1078Test.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
packagecom.fishercoder;
22

3-
importcom.fishercoder.solutions._5083;
3+
importcom.fishercoder.solutions._1078;
44
importorg.junit.BeforeClass;
55
importorg.junit.Test;
66

77
importstaticorg.junit.Assert.assertArrayEquals;
88

9-
publicclass_5083Test {
10-
privatestatic_5083.Solution1solution1;
9+
publicclass_1078Test {
10+
privatestatic_1078.Solution1solution1;
1111

1212
@BeforeClass
1313
publicstaticvoidsetup() {
14-
solution1 =new_5083.Solution1();
14+
solution1 =new_1078.Solution1();
1515
}
1616

1717
@Test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp