From 86197287780aab44595059e45ffb3ffa2c235ec6 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Wed, 28 Aug 2019 17:43:31 -0400 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 5d3a15e..57045ca 100644 --- a/Contributing.md +++ b/Contributing.md @@ -1,6 +1,6 @@ # Coding Conventions -HAPI FHIR uses the `java.annotation.Nullable` and `javax.annotation.Nonnull` annotations (where relevant and useful), as opposed to the equivalent `org.jetbrains` annotations. See [this StackOverflow] for a description on how to set this in IntelliJ. +HAPI FHIR uses the `java.annotation.Nullable` and `javax.annotation.Nonnull` annotations (where relevant and useful), as opposed to the equivalent `org.jetbrains` annotations. See [this StackOverflow](https://stackoverflow.com/questions/43372109/notnull-nonnull-etc-all-dont-work-in-intellij-idea?rq=1) for a description on how to set this in IntelliJ. # Code Style