AddProfileTagEnum is now public, so that one can actually call setAddProfileTag.
This commit is contained in:
parent
d9e21a7192
commit
7c0ebd6e98
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue