You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -121,9 +121,10 @@ public ErrorWindow(final Throwable cause, final String errorMessage, final Error
121
121
/**
122
122
* Constructs and initializes an ErrorWindow object with the supplied details and default i18n.
123
123
*
124
-
* @param cause: The cause of the error
125
-
* @param errorMessage: An optional error message
126
-
* @param productionMode: The mode in which the Application is running. If true, a code is displayed with error details, else debug information is shown
124
+
* @param cause The cause of the error
125
+
* @param errorMessage An optional error message
126
+
* @param productionMode The mode in which the Application is running. If true, a code is
127
+
* displayed with error details, else debug information is shown
@@ -132,10 +133,11 @@ public ErrorWindow(final Throwable cause, final String errorMessage, boolean pro
132
133
/**
133
134
* Constructs and initializes an ErrorWindow object with the supplied details.
134
135
*
135
-
* @param cause: The cause of the error
136
-
* @param errorMessage: An optional error message
137
-
* @param productionMode: The mode in which the Application is running. If true, a code is displayed with error details, else debug information is shown
138
-
* @param i18n: The internationalization of the ErrorWindow
136
+
* @param cause The cause of the error
137
+
* @param errorMessage An optional error message
138
+
* @param productionMode The mode in which the Application is running. If true, a code is
139
+
* displayed with error details, else debug information is shown
140
+
* @param i18n The internationalization of the ErrorWindow
139
141
*/
140
142
publicErrorWindow(
141
143
finalThrowablecause,
@@ -179,8 +181,8 @@ public ErrorWindow(ErrorDetails errorDetails, boolean productionMode) {
179
181
* Constructs and initializes an ErrorWindow object with the supplied error details and internationalization.
180
182
* This constructor allows for provision of additional information, which is an ErrorDetails object.
181
183
*
182
-
* @param errorDetails: The ErrorDetails object
183
-
* @param i18n: The internationalization of the ErrorWindow
184
+
* @param errorDetails The ErrorDetails object
185
+
* @param i18n The internationalization of the ErrorWindow
0 commit comments