From e81384100e487a054d3c50d46196372136c5ed12 Mon Sep 17 00:00:00 2001 From: oltolm Date: Sun, 28 Jan 2018 16:33:33 +0100 Subject: [PATCH] Remove "JAAS in Action". It's just the first chapter of the book and not a complete book. (#2698) --- free-programming-books.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index cbe39d5d..5c8672db 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1352,7 +1352,6 @@ Kerridge (PDF) (Just fill the fields with any values) * [Introduction to Computer science using Java](http://chortle.ccsu.edu/java5/index.html) - Bradley Kjell * [Introduction to Programming in Java](http://introcs.cs.princeton.edu/java/home/) - Robert Sedgewick and Kevin Wayne * [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck -* [JAAS in Action](https://www.gitbook.com/book/benoit74/jaas-in-action/details) * [Java Application Development on Linux (2005)](https://ptgmedia.pearsoncmg.com/images/013143697X/downloads/013143697X_book.pdf) - Carl Albing and Michael Schwarz (PDF) * [Java Language and Virtual Machine Specifications](https://docs.oracle.com/javase/specs/) - James Gosling, et al * [Java Notes for Professionals](http://books.goalkicker.com/JavaBook/) - Compiled from StackOverflow documentation (3.x) -- GitLab