Skip to content

Commit

Permalink
Fixed styles...
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcorbin committed Sep 7, 2018
1 parent 2d8d6a7 commit 2ccf7b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/mygcc/datacollection/Biography.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ public final Map<String, String> getData() throws
* @return string of HTML
* @throws IOException if the data can't be retrieved
*/
public String getHTMLData(final String url,
final String seshid,
final String aspxauth)
private String getHTMLData(final String url,
final String seshid,
final String aspxauth)
throws IOException {
URLConnection conn = new URL(url).openConnection();

Expand Down

0 comments on commit 2ccf7b4

Please sign in to comment.