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

Commit d546056

Browse files
author
Tim Sowers
committed
Remove extraneous semi-colon.
1 parent c91d0a1 commit d546056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gov/osti/connectors/GitHub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private static String getProjectFromUrl(String url) {
128128
@Override
129129
public JsonNode read(String url) {
130130
DOECodeMetadata md = new DOECodeMetadata();
131-
ObjectMapper mapper = new ObjectMapper().setTimeZone(TimeZone.getDefault());;
131+
ObjectMapper mapper = new ObjectMapper().setTimeZone(TimeZone.getDefault());
132132

133133
try {
134134
// try to identify the NAME of the project

0 commit comments

Comments
 (0)