AddProfileTagEnum is now public, so that one can actually call setAddProfileTag.
This commit is contained in:
b.debeaubien 2014-10-29 16:00:54 -04:00
parent d9e21a7192
commit 7c0ebd6e98
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ package ca.uhn.fhir.rest.server;
* *
* @see RestfulServer#setAddProfileTag(AddProfileTagEnum) * @see RestfulServer#setAddProfileTag(AddProfileTagEnum)
*/ */
enum AddProfileTagEnum { public enum AddProfileTagEnum {
/** /**
* Do not add profile tags automatically * Do not add profile tags automatically
*/ */