Skip to content

Commit

Permalink
Fixed #21
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchharvey committed Apr 17, 2018
1 parent 22d76fe commit e1ef9fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/mygcc/datacollection/Collaboration.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ private List<Object> parseCollaborationHTML(final String raw)

String studentId = "";
if (!imageURL.isEmpty()) {
imageURL = imageURL.toLowerCase();
studentId = imageURL.substring(imageURL
.lastIndexOf("/") + 1,
imageURL.indexOf(".jpg"));
Expand Down

0 comments on commit e1ef9fe

Please sign in to comment.