Skip to content

Commit a2a83ca

Browse files
committed
add comments with source, tag, commit hash and changes
1 parent 17a3581 commit a2a83ca

File tree

7 files changed

+35
-0
lines changed

7 files changed

+35
-0
lines changed

sentry/src/main/java/io/sentry/vendor/gson/stream/JsonReader.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717
package io.sentry.vendor.gson.stream;
1818

19+
// Source: https://github.com/google/gson
20+
// Tag: gson-parent-2.8.7
21+
// Commit Hash: 4520489c29e770c64b11ca35e0a0fdf17a1874ab
22+
// Changes: SuppressWarnings, Disable `JsonReaderInternalAccess.INSTANCE` & Imports
23+
1924
//import com.google.gson.internal.JsonReaderInternalAccess;
2025
//import com.google.gson.internal.bind.JsonTreeReader;
2126
import java.io.Closeable;

sentry/src/main/java/io/sentry/vendor/gson/stream/JsonScope.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
// Source: https://github.com/google/gson
18+
// Tag: gson-parent-2.8.7
19+
// Commit Hash: 4520489c29e770c64b11ca35e0a0fdf17a1874ab
20+
// Changes: --
21+
1722
package io.sentry.vendor.gson.stream;
1823

1924
/**

sentry/src/main/java/io/sentry/vendor/gson/stream/JsonToken.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
// Source: https://github.com/google/gson
18+
// Tag: gson-parent-2.8.7
19+
// Commit Hash: 4520489c29e770c64b11ca35e0a0fdf17a1874ab
20+
// Changes: --
21+
1722
package io.sentry.vendor.gson.stream;
1823

1924
/**

sentry/src/main/java/io/sentry/vendor/gson/stream/JsonWriter.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
// Source: https://github.com/google/gson
18+
// Tag: gson-parent-2.8.7
19+
// Commit Hash: 4520489c29e770c64b11ca35e0a0fdf17a1874ab
20+
// Changes: SuppressWarnings
21+
1722
package io.sentry.vendor.gson.stream;
1823

1924
import java.io.Closeable;

sentry/src/main/java/io/sentry/vendor/gson/stream/MalformedJsonException.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
// Source: https://github.com/google/gson
18+
// Tag: gson-parent-2.8.7
19+
// Commit Hash: 4520489c29e770c64b11ca35e0a0fdf17a1874ab
20+
// Changes: --
21+
1722
package io.sentry.vendor.gson.stream;
1823

1924
import java.io.IOException;

sentry/src/test/java/io/sentry/vendor/gson/stream/JsonReaderTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
// Source: https://github.com/google/gson
18+
// Tag: gson-parent-2.8.7
19+
// Commit Hash: 4520489c29e770c64b11ca35e0a0fdf17a1874ab
20+
// Changes: SuppressWarnings
21+
1722
package io.sentry.vendor.gson.stream;
1823

1924
import java.io.EOFException;

sentry/src/test/java/io/sentry/vendor/gson/stream/JsonWriterTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
// Source: https://github.com/google/gson
18+
// Tag: gson-parent-2.8.7
19+
// Commit Hash: 4520489c29e770c64b11ca35e0a0fdf17a1874ab
20+
// Changes: SuppressWarnings
21+
1722
package io.sentry.vendor.gson.stream;
1823

1924
import junit.framework.TestCase;

0 commit comments

Comments
 (0)