Skip to content

Commit

Permalink
Merge pull request #1 from SantanderMetGroup/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
kterry committed Dec 18, 2014
2 parents 730f7d2 + 96b0d4b commit 0880eb5
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1030,4 +1030,12 @@ private static List<File> unTar(final File inputFile, final File outputDir)

return untaredFiles;
}

/**
* Get OpenID URL
* @return
*/
public String getOpenID() {
return openID.getUserName();
}
}
Loading

0 comments on commit 0880eb5

Please sign in to comment.