Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Dec 3, 2024
1 parent 02f2a69 commit 8f836de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*/
package org.hisp.dhis.external.conf;

import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
Expand All @@ -35,7 +36,6 @@
import org.apache.commons.lang3.math.NumberUtils;
import org.hisp.dhis.encryption.EncryptionStatus;
import org.hisp.dhis.external.conf.model.GoogleAccessToken;
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;

/**
* Provider of DHIS 2 configuration properties specified in the {@code dhis.conf} file. The property
Expand Down

0 comments on commit 8f836de

Please sign in to comment.