Skip to content

Commit

Permalink
LPD-37516 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Dec 4, 2024
1 parent 802d58e commit abb4ae9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import com.liferay.portal.kernel.test.util.CompanyTestUtil;
import com.liferay.portal.kernel.test.util.RandomTestUtil;
import com.liferay.portal.kernel.test.util.TestPropsValues;
import com.liferay.portal.kernel.util.HashMapDictionary;
import com.liferay.portal.kernel.util.HashMapDictionaryBuilder;
import com.liferay.portal.kernel.util.ListUtil;
import com.liferay.portal.kernel.util.Portal;
Expand All @@ -45,6 +44,7 @@

import java.util.ArrayList;
import java.util.Collections;
import java.util.Dictionary;
import java.util.List;
import java.util.ListIterator;
import java.util.concurrent.TimeoutException;
Expand Down Expand Up @@ -202,8 +202,8 @@ private Layout _getControlPanelLayout(long companyId)
return layouts.get(0);
}

private HashMapDictionary<String, Object>
_getThemeCSSConfigurationProperties(long companyId)
private Dictionary<String, Object> _getThemeCSSConfigurationProperties(
long companyId)
throws Exception {

String name = RandomTestUtil.randomString();
Expand Down

0 comments on commit abb4ae9

Please sign in to comment.