We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cc485 commit 5c52bd3Copy full SHA for 5c52bd3
modules/apps/commerce/commerce-api/src/main/java/com/liferay/commerce/model/CommerceAddress.java
@@ -58,10 +58,10 @@ public com.liferay.portal.kernel.model.Country getCountry()
58
public com.liferay.portal.kernel.model.Region getRegion()
59
throws com.liferay.portal.kernel.exception.PortalException;
60
61
+ public String getSubtype(java.util.Locale locale);
62
+
63
public boolean isGeolocated();
64
65
public boolean isSameAddress(CommerceAddress commerceAddress);
66
- public String getSubtype(java.util.Locale locale);
-
67
}
0 commit comments