Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 41eec38

Browse files
committed
Reformat code with IntelliJ
1 parent 3aff8b3 commit 41eec38

42 files changed

Lines changed: 2751 additions & 2545 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/compiler.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__com_google_code_gson_gson_2_2_4.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__junit_junit_4_12.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__org_slf4j_slf4j_api_1_7_21.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/TBA_Java_APIv3.iml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/TBA_Java_APIv3.main.iml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/TBA_Java_APIv3.test.iml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
package com.thebluealliance.api.v3;
22

3-
/** Collection of constants used to access The Blue Alliance API
4-
*
5-
*
3+
/**
4+
* Collection of constants used to access The Blue Alliance API
65
*/
76
public class Constants {
87

9-
public static final String TBA_BASE_URL = "https://www.thebluealliance.com/api/v3";
10-
public static final String HEADER_AUTH = "X-TBA-Auth-Key";
11-
public static final String HEADER_MODIFIED = "If-Modified-Since";
12-
13-
14-
8+
public static final String TBA_BASE_URL = "https://www.thebluealliance.com/api/v3";
9+
public static final String HEADER_AUTH = "X-TBA-Auth-Key";
10+
public static final String HEADER_MODIFIED = "If-Modified-Since";
11+
12+
1513
}

0 commit comments

Comments
 (0)