Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Oct 13, 2021
1 parent 1ffe800 commit 7c5e9b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -23,8 +23,8 @@
import org.appng.api.ProcessingException;
import org.appng.api.SiteProperties;
import org.appng.api.model.Property;
import org.appng.api.model.SimpleProperty;
import org.appng.api.model.Property.Type;
import org.appng.api.model.SimpleProperty;
import org.appng.api.support.CallableAction;
import org.appng.api.support.CallableDataSource;
import org.appng.application.manager.form.PropertyForm;
Expand Down
Expand Up @@ -23,7 +23,6 @@
import org.appng.api.PermissionProcessor;
import org.appng.api.Request;
import org.appng.api.model.Subject;
import org.appng.application.manager.business.webservice.LogViewer;
import org.junit.Assert;
import org.junit.Test;
import org.mockito.Mockito;
Expand Down

0 comments on commit 7c5e9b3

Please sign in to comment.