Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2018-10-24 10:37:21 +0000
committerKalyan Prasad Tatavarthi2018-10-24 10:41:19 +0000
commitd5360e356e6664850409224569255dca57728502 (patch)
tree917d75c4fc7b6ea23967a56d3821628297449bc6
parentea2eb5ca3f1e37aef138db618de754911f8a85bb (diff)
downloadnews-d5360e356e6664850409224569255dca57728502.tar.gz
news-d5360e356e6664850409224569255dca57728502.tar.xz
news-d5360e356e6664850409224569255dca57728502.zip
Fix Typo as well as adjust size of few images
Change-Id: Ie3fcd2b0fd28119749e63a0823fadc65e5a1b616 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
-rw-r--r--4.10/images/extract_local_variable_var_support.pngbin93462 -> 90941 bytes
-rw-r--r--4.10/images/quickassist_add_var_lambda_parameter_types.pngbin24532 -> 69937 bytes
-rw-r--r--4.10/images/quickassist_remove_lambda_parameter_types.pngbin25064 -> 54255 bytes
-rw-r--r--4.10/images/quickassist_replace_lambda_parameter_types_with_var.pngbin28642 -> 62702 bytes
-rw-r--r--4.10/images/quickassist_replace_var_in_lambda_parameter_types_with_inferred_types.pngbin25942 -> 61642 bytes
-rwxr-xr-x4.10/jdt.html26
6 files changed, 13 insertions, 13 deletions
diff --git a/4.10/images/extract_local_variable_var_support.png b/4.10/images/extract_local_variable_var_support.png
index 4a81b0d3..a0d35081 100644
--- a/4.10/images/extract_local_variable_var_support.png
+++ b/4.10/images/extract_local_variable_var_support.png
Binary files differ
diff --git a/4.10/images/quickassist_add_var_lambda_parameter_types.png b/4.10/images/quickassist_add_var_lambda_parameter_types.png
index 7db5f697..627722d6 100644
--- a/4.10/images/quickassist_add_var_lambda_parameter_types.png
+++ b/4.10/images/quickassist_add_var_lambda_parameter_types.png
Binary files differ
diff --git a/4.10/images/quickassist_remove_lambda_parameter_types.png b/4.10/images/quickassist_remove_lambda_parameter_types.png
index a0e56129..d089a4b2 100644
--- a/4.10/images/quickassist_remove_lambda_parameter_types.png
+++ b/4.10/images/quickassist_remove_lambda_parameter_types.png
Binary files differ
diff --git a/4.10/images/quickassist_replace_lambda_parameter_types_with_var.png b/4.10/images/quickassist_replace_lambda_parameter_types_with_var.png
index 09d18871..ea12bfc9 100644
--- a/4.10/images/quickassist_replace_lambda_parameter_types_with_var.png
+++ b/4.10/images/quickassist_replace_lambda_parameter_types_with_var.png
Binary files differ
diff --git a/4.10/images/quickassist_replace_var_in_lambda_parameter_types_with_inferred_types.png b/4.10/images/quickassist_replace_var_in_lambda_parameter_types_with_inferred_types.png
index bdc8c7bb..91f9ae2a 100644
--- a/4.10/images/quickassist_replace_var_in_lambda_parameter_types_with_inferred_types.png
+++ b/4.10/images/quickassist_replace_var_in_lambda_parameter_types_with_inferred_types.png
Binary files differ
diff --git a/4.10/jdt.html b/4.10/jdt.html
index ed033ba7..321da632 100755
--- a/4.10/jdt.html
+++ b/4.10/jdt.html
@@ -76,11 +76,11 @@ ul {padding-left: 13px;}
</td>
</tr>
- <tr id="Add var lambda parameter types to lambda parameters">
- <td class="title">Quick assist to add var type to lambda paramaters</td>
+ <tr id="Add 'var' lambda parameter types to lambda parameters">
+ <td class="title">Quick assist to add 'var' type to lambda parameters</td>
<td class="content">
- A new quick assist has been implemented that allows the user to add var type to lambda parameters.
- This quick assist is only available if the project is a Java11 project or above.
+ A new quick assist has been implemented that allows the user to add 'var' type to lambda parameters.
+ This quick assist is only available if the project is a Java 11 project or above.
<p>
<img src="images/quickassist_add_var_lambda_parameter_types.png" alt="" />
</p>
@@ -88,10 +88,10 @@ ul {padding-left: 13px;}
</tr>
<tr id="Replace lambda parameter types with 'var'">
- <td class="title">Quick assist to replace lambda paramater types with 'var'</td>
+ <td class="title">Quick assist to replace lambda parameter types with 'var'</td>
<td class="content">
- A new quick assist has been implemented that allows the user to replace lambda paramater types with 'var'.
- This quick assist is only available if the project is a Java11 project or above.
+ A new quick assist has been implemented that allows the user to replace lambda parameter types with 'var'.
+ This quick assist is only available if the project is a Java 11 project or above.
<p>
<img src="images/quickassist_replace_lambda_parameter_types_with_var.png" alt="" />
</p>
@@ -99,10 +99,10 @@ ul {padding-left: 13px;}
</tr>
<tr id="Replace 'var' in lambda parameter types with inferred types">
- <td class="title">Quick assist to replace 'var' in lambda paramater types with inferred types</td>
+ <td class="title">Quick assist to replace 'var' in lambda parameter types with inferred types</td>
<td class="content">
- A new quick assist has been implemented that allows the user to replace 'var' in lambda paramater types with inferred types.
- This quick assist is only available if the project is a Java11 project or above.
+ A new quick assist has been implemented that allows the user to replace 'var' in lambda parameter types with inferred types.
+ This quick assist is only available if the project is a Java 11 project or above.
<p>
<img src="images/quickassist_replace_var_in_lambda_parameter_types_with_inferred_types.png" alt="" />
</p>
@@ -110,9 +110,9 @@ ul {padding-left: 13px;}
</tr>
<tr id="Remove lambda parameter types">
- <td class="title">Quick assist to remove lambda paramater types</td>
+ <td class="title">Quick assist to remove lambda parameter types</td>
<td class="content">
- A new quick assist has been implemented that allows the user to remove lambda paramater types.
+ A new quick assist has been implemented that allows the user to remove lambda parameter types.
<p>
<img src="images/quickassist_remove_lambda_parameter_types.png" alt="" />
</p>
@@ -123,7 +123,7 @@ ul {padding-left: 13px;}
<td class="title">Option of declaring local variable type as 'var' while extracting local variable</td>
<td class="content">
An additional option of declaring local variable type as 'var' while extracting local variable is provided.
- This option is only available if the project is a Java10 project or above.
+ This option is only available if the project is a Java 10 project or above.
If selected, the local variable type will be 'var' as shown in the picture below.
<p>
<img src="images/extract_local_variable_var_support.png" alt="" />

Back to the top