From 3e65ae920cff8f9d75dffc84a83e82a863c2a72a Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 21 Mar 2015 14:37:25 +0100 Subject: [PATCH] Remove known issues section in README The issue tracker on Github is used to track known issues --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7dd0519..620f220 100644 --- a/README.md +++ b/README.md @@ -143,10 +143,6 @@ class BluePaint { ``` If you registered multiple concrete types to the same supertype and you do not resolve using a qualifier, a ResolveException is thrown stating that there are multiple candidates for the type to be resolved. -Known issues ------------- -None! Found one? Let us know on the [Github issue tracker]. - Future Work ----------- * Thread safety