Author: deepak
Date: Wed Aug 9 05:03:08 2017
New Revision: 1804487
URL:
http://svn.apache.org/viewvc?rev=1804487&view=revLog:
Improved: Removed duplicate field type entry from BirtUtil class file
Thanks Aditya Shrama for reporting.
Modified:
ofbiz/ofbiz-plugins/trunk/birt/src/main/java/org/apache/ofbiz/birt/flexible/BirtUtil.java
Modified: ofbiz/ofbiz-plugins/trunk/birt/src/main/java/org/apache/ofbiz/birt/flexible/BirtUtil.java
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/src/main/java/org/apache/ofbiz/birt/flexible/BirtUtil.java?rev=1804487&r1=1804486&r2=1804487&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/src/main/java/org/apache/ofbiz/birt/flexible/BirtUtil.java (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/src/main/java/org/apache/ofbiz/birt/flexible/BirtUtil.java Wed Aug 9 05:03:08 2017
@@ -47,7 +47,6 @@ public final class BirtUtil {
"id", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
"url", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
"name", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
- "id", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
"value", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
"email", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
"comment", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
@@ -57,8 +56,6 @@ public final class BirtUtil {
"indicator", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
"very-short", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
"tel-number", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
- "id-long", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
- "id-vlong", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
"description", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
"long-varchar", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
"short-varchar", DesignChoiceConstants.COLUMN_DATA_TYPE_STRING,
@@ -79,7 +76,6 @@ public final class BirtUtil {
"id", DesignChoiceConstants.PARAM_TYPE_STRING,
"url", DesignChoiceConstants.PARAM_TYPE_STRING,
"name", DesignChoiceConstants.PARAM_TYPE_STRING,
- "id", DesignChoiceConstants.PARAM_TYPE_STRING,
"value", DesignChoiceConstants.PARAM_TYPE_STRING,
"email", DesignChoiceConstants.PARAM_TYPE_STRING,
"comment", DesignChoiceConstants.PARAM_TYPE_STRING,
@@ -89,8 +85,6 @@ public final class BirtUtil {
"indicator", DesignChoiceConstants.PARAM_TYPE_STRING,
"very-short", DesignChoiceConstants.PARAM_TYPE_STRING,
"tel-number", DesignChoiceConstants.PARAM_TYPE_STRING,
- "id-long", DesignChoiceConstants.PARAM_TYPE_STRING,
- "id-vlong", DesignChoiceConstants.PARAM_TYPE_STRING,
"description", DesignChoiceConstants.PARAM_TYPE_STRING,
"long-varchar", DesignChoiceConstants.PARAM_TYPE_STRING,
"short-varchar", DesignChoiceConstants.PARAM_TYPE_STRING,