Running maven build and changes to some of tests.

This commit is contained in:
anton-k 2016-09-02 01:43:49 +03:00
parent 9cf6ea2253
commit 3f204ebd59
2 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
package com.baeldung.java9.httpclient;
public class Main {
public static void main(String[] args) throws Exception {
SimpleHttpRequests shr = new SimpleHttpRequests();
shr.quickGet();
shr.PostMehtod();
shr.configureHttpClient();
shr.asyncGet();
}
}