Skip to content

Commit 5c52bd3

Browse files
shuyangzhoubrianchandotcom
authored andcommitted
LPD-51453 Fix broken regen from c4b2771
1 parent c4cc485 commit 5c52bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/apps/commerce/commerce-api/src/main/java/com/liferay/commerce/model/CommerceAddress.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ public com.liferay.portal.kernel.model.Country getCountry()
5858
public com.liferay.portal.kernel.model.Region getRegion()
5959
throws com.liferay.portal.kernel.exception.PortalException;
6060

61+
public String getSubtype(java.util.Locale locale);
62+
6163
public boolean isGeolocated();
6264

6365
public boolean isSameAddress(CommerceAddress commerceAddress);
6466

65-
public String getSubtype(java.util.Locale locale);
66-
6767
}

0 commit comments

Comments
 (0)