From 25870e7ed3f7d59d167e78c45333a50e09411d96 Mon Sep 17 00:00:00 2001 From: RathaKM Date: Wed, 5 Oct 2016 12:02:32 -0700 Subject: [PATCH 1/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 868e3f5..e1cb70a 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# java8Learning \ No newline at end of file +# java8Learning + +This repo has working examples of Java8 new features. From 8a3f4703091b36a35420337becd96a82c17e1441 Mon Sep 17 00:00:00 2001 From: RathaKM Date: Mon, 17 Oct 2016 23:09:28 -0700 Subject: [PATCH 2/5] merged from develop --- src/main/main.iml | 11 +++++++++++ src/test/test.iml | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/main/main.iml create mode 100644 src/test/test.iml diff --git a/src/main/main.iml b/src/main/main.iml new file mode 100644 index 0000000..908ad4f --- /dev/null +++ b/src/main/main.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/test/test.iml b/src/test/test.iml new file mode 100644 index 0000000..5ebc6f4 --- /dev/null +++ b/src/test/test.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file From be71bd371f0af7f2384f0d04a9e62a66dd8550cd Mon Sep 17 00:00:00 2001 From: RathaKM Date: Mon, 17 Oct 2016 23:16:50 -0700 Subject: [PATCH 3/5] Delete main.iml --- src/main/main.iml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/main/main.iml diff --git a/src/main/main.iml b/src/main/main.iml deleted file mode 100644 index 908ad4f..0000000 --- a/src/main/main.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file From 26c999a188c20ebcd9fcb42d6bcc23aeb4c1ad14 Mon Sep 17 00:00:00 2001 From: RathaKM Date: Mon, 17 Oct 2016 23:17:01 -0700 Subject: [PATCH 4/5] Delete test.iml --- src/test/test.iml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/test/test.iml diff --git a/src/test/test.iml b/src/test/test.iml deleted file mode 100644 index 5ebc6f4..0000000 --- a/src/test/test.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file From 76d00ce71a37e609f319b4605a5f97cecb3ac403 Mon Sep 17 00:00:00 2001 From: RathaKM Date: Mon, 17 Oct 2016 23:22:36 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 729e28a..8dcd6f0 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ Examples added: How to run: ---------- -This project was created by IntelliJ. You can import and run all the examples using mvn test or you can run the individual tests from test/java package. +This project was created by using IntelliJ. You can import and run all the examples using mvn test or you can run the individual tests from test/java package.