diff mx/eclipse-settings/org.eclipse.jdt.core.prefs @ 7523:e018bde4b89d

removed whitespace padding around the wildcard type in a generic type declaration
author Doug Simon <doug.simon@oracle.com>
date Tue, 22 Jan 2013 22:01:21 +0100
parents 427e797ab18e
children 0763105fa02c
line wrap: on
line diff
--- a/mx/eclipse-settings/org.eclipse.jdt.core.prefs	Tue Jan 22 22:00:34 2013 +0100
+++ b/mx/eclipse-settings/org.eclipse.jdt.core.prefs	Tue Jan 22 22:01:21 2013 +0100
@@ -279,7 +279,7 @@
 org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
-org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=insert
+org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
 org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
@@ -365,7 +365,7 @@
 org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
-org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=insert
+org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
 org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert