From 67389b9e7060b7f917a8383ec04d3a0c6bd24c5c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 26 Nov 2013 08:47:57 -0500 Subject: [PATCH] Fix NPE when adding a permission without a registrant (issue-344) --- .classpath | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index 998233b..91e6a8b 100644 --- a/.classpath +++ b/.classpath @@ -73,6 +73,11 @@ <classpathentry kind="lib" path="ext/httpcore-4.2.1.jar" sourcepath="ext/src/httpcore-4.2.1.jar" /> <classpathentry kind="lib" path="ext/commons-logging-1.1.1.jar" sourcepath="ext/src/commons-logging-1.1.1.jar" /> <classpathentry kind="lib" path="ext/commons-exec-1.1.jar" sourcepath="ext/src/commons-exec-1.1.jar" /> - <classpathentry kind="output" path="bin/classes" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> -</classpath> \ No newline at end of file + <classpathentry kind="src" path="src/main/dagger"> + <attributes> + <attribute name="optional" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="bin/classes" /> +</classpath> -- Gitblit v1.9.1