Skip to content

Commit

Permalink
Moved the JsonDataDownloader to the right folder and renamed it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed May 10, 2015
1 parent 61594d6 commit 52e30a2
Showing 1 changed file with 17 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
/*
* Copyright (c) 2015 Julien Guerinet. All rights reserved.
* Copyright 2013-2015 Julien Guerinet
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.guerinet.datadownloader;

import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.ObjectWriter;
Expand All @@ -10,19 +24,17 @@
import com.squareup.okhttp.Response;

import java.io.*;
import java.net.HttpURLConnection;
import java.net.URL;
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
import java.util.Base64;

/**
* Main class, executes the main code for downloading and saving the local data
* @author Julien Guerinet
* @version 1.4
* @version 1.5
* @since 1.0
*/
public class LocalDataDownloader {
public class JsonDataDownloader {
/* FILE STRINGS */
/**
* The URL in the file
Expand Down

0 comments on commit 52e30a2

Please sign in to comment.