Skip to content

Commit 7676499

Browse files
Jeremy SilverAsser
authored andcommitted
Kinda fix Issue #45
1 parent d141534 commit 7676499

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Lesson02-GitHub-Repo-Search/T02.04-Exercise-ConnectingToTheInternet/app/src/main/java/com/example/android/datafrominternet/utilities/NetworkUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ public class NetworkUtils {
4242
final static String sortBy = "stars";
4343

4444
/**
45-
* Builds the URL used to query Github.
45+
* Builds the URL used to query GitHub.
4646
*
4747
* @param githubSearchQuery The keyword that will be queried for.
48-
* @return The URL to use to query the weather server.
48+
* @return The URL to use to query the GitHub.
4949
*/
5050
public static URL buildUrl(String githubSearchQuery) {
5151
Uri builtUri = Uri.parse(GITHUB_BASE_URL).buildUpon()

Lesson02-GitHub-Repo-Search/T02.04-Solution-ConnectingToTheInternet/app/src/main/java/com/example/android/datafrominternet/utilities/NetworkUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ public class NetworkUtils {
4242
final static String sortBy = "stars";
4343

4444
/**
45-
* Builds the URL used to query Github.
45+
* Builds the URL used to query GitHub.
4646
*
4747
* @param githubSearchQuery The keyword that will be queried for.
48-
* @return The URL to use to query the weather server.
48+
* @return The URL to use to query the GitHub.
4949
*/
5050
public static URL buildUrl(String githubSearchQuery) {
5151
Uri builtUri = Uri.parse(GITHUB_BASE_URL).buildUpon()

Lesson02-GitHub-Repo-Search/T02.05-Exercise-CreateAsyncTask/app/src/main/java/com/example/android/datafrominternet/utilities/NetworkUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ public class NetworkUtils {
4242
final static String sortBy = "stars";
4343

4444
/**
45-
* Builds the URL used to query Github.
45+
* Builds the URL used to query GitHub.
4646
*
4747
* @param githubSearchQuery The keyword that will be queried for.
48-
* @return The URL to use to query the weather server.
48+
* @return The URL to use to query the GitHub.
4949
*/
5050
public static URL buildUrl(String githubSearchQuery) {
5151
Uri builtUri = Uri.parse(GITHUB_BASE_URL).buildUpon()

Lesson02-GitHub-Repo-Search/T02.05-Solution-CreateAsyncTask/app/src/main/java/com/example/android/datafrominternet/utilities/NetworkUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ public class NetworkUtils {
4242
final static String sortBy = "stars";
4343

4444
/**
45-
* Builds the URL used to query Github.
45+
* Builds the URL used to query GitHub.
4646
*
4747
* @param githubSearchQuery The keyword that will be queried for.
48-
* @return The URL to use to query the weather server.
48+
* @return The URL to use to query the GitHub.
4949
*/
5050
public static URL buildUrl(String githubSearchQuery) {
5151
Uri builtUri = Uri.parse(GITHUB_BASE_URL).buildUpon()

Lesson02-GitHub-Repo-Search/T02.06-Exercise-AddPolish/app/src/main/java/com/example/android/datafrominternet/utilities/NetworkUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ public class NetworkUtils {
4242
final static String sortBy = "stars";
4343

4444
/**
45-
* Builds the URL used to query Github.
45+
* Builds the URL used to query GitHub.
4646
*
4747
* @param githubSearchQuery The keyword that will be queried for.
48-
* @return The URL to use to query the weather server.
48+
* @return The URL to use to query the GitHub.
4949
*/
5050
public static URL buildUrl(String githubSearchQuery) {
5151
Uri builtUri = Uri.parse(GITHUB_BASE_URL).buildUpon()

Lesson02-GitHub-Repo-Search/T02.06-Solution-AddPolish/app/src/main/java/com/example/android/datafrominternet/utilities/NetworkUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ public class NetworkUtils {
4242
final static String sortBy = "stars";
4343

4444
/**
45-
* Builds the URL used to query Github.
45+
* Builds the URL used to query GitHub.
4646
*
4747
* @param githubSearchQuery The keyword that will be queried for.
48-
* @return The URL to use to query the weather server.
48+
* @return The URL to use to query the GitHub.
4949
*/
5050
public static URL buildUrl(String githubSearchQuery) {
5151
Uri builtUri = Uri.parse(GITHUB_BASE_URL).buildUpon()

0 commit comments

Comments
 (0)