File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/main/java/com/flagsmith Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,8 @@ public void updateEnvironment() {
8181
8282 /**
8383 * Get all the default for flags for the current environment.
84- * <<<<<<< HEAD
85- * =======
8684 *
8785 * @return environment flags
88- * >>>>>>> a7a9291 (feat: Support transient identities and traits)
8986 */
9087 public Flags getEnvironmentFlags () throws FlagsmithClientError {
9188 if (getShouldUseEnvironmentDocument ()) {
@@ -99,10 +96,7 @@ public Flags getEnvironmentFlags() throws FlagsmithClientError {
9996 * Get all the flags for the current environment for a given identity.
10097 *
10198 * @param identifier identifier string
102- * <<<<<<< HEAD
103- * =======
10499 * @return result of flag evaluation for given identity
105- * >>>>>>> a7a9291 (feat: Support transient identities and traits)
106100 */
107101 public Flags getIdentityFlags (String identifier )
108102 throws FlagsmithClientError {
You can’t perform that action at this time.
0 commit comments