From 77d193e266abd397b0929d7fc1354d95d028753e Mon Sep 17 00:00:00 2001 From: Markus Hanses Date: Fri, 4 Apr 2014 22:25:36 +0200 Subject: [PATCH 1/2] Source Level set to 1.7 IntelliJ files ignored. --- .gitignore | 4 +++- pom.xml | 51 +++++++++++++++++++++++++++++++-------------------- 2 files changed, 34 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 3686715..4024a24 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ target/ bin/ .project .settings/ -.classpath \ No newline at end of file +.classpath +.idea +*.iml \ No newline at end of file diff --git a/pom.xml b/pom.xml index c7e3940..147fce9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,22 +1,33 @@ - 4.0.0 - effective-java-examples - effective-java-examples - 1.0 - effective-java-examples - Source code to the book "Effective Java Second Edition" created by Joshua Bloch - http://java.sun.com/docs/books/effective/index.html - - Joshua Bloch - http://java.sun.com/docs/books/effective/index.html - - - - junit - junit - 3.8.1 - test - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + effective-java-examples + effective-java-examples + 1.0 + effective-java-examples + Source code to the book "Effective Java Second Edition" created by Joshua Bloch + http://java.sun.com/docs/books/effective/index.html + + Joshua Bloch + http://java.sun.com/docs/books/effective/index.html + + + + junit + junit + 3.8.1 + test + + + + + + maven-compiler-plugin + + 1.7 + 1.7 + + + + \ No newline at end of file From 51db32ff7664011e7ead55e4c977a1deff57770b Mon Sep 17 00:00:00 2001 From: Markus Hanses Date: Tue, 10 Nov 2015 10:56:43 +0100 Subject: [PATCH 2/2] Readme modified --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5aeea62..e16763d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Effective Java Examples -Diese Quelltexte stammen aus dem Buch "Effective Java Second Edition", geschrieben von Joshua Bloch. +This are the souces from the book "Effective Java Second Edition", written by Joshua Bloch. -Die Quellen sind beinahe unverändert. Lediglich die Packetnamen wurden von mir angepasst. +They are unmodifed, except the package names. -Die Originalquellen können hier herunter geladen werden: http://java.sun.com/docs/books/effective/index.html +The original source are downloaded from http://java.sun.com/docs/books/effective/index.html, but are no longer provided.