diff --git a/.settings/org.eclipse.jdt.ui.prefs b/.settings/org.eclipse.jdt.ui.prefs
index 4bae418695c..ccd752044c4 100644
--- a/.settings/org.eclipse.jdt.ui.prefs
+++ b/.settings/org.eclipse.jdt.ui.prefs
@@ -1,6 +1,6 @@
-#Sat Aug 27 18:36:19 EDT 2011
+#Sat Aug 27 19:23:42 EDT 2011
eclipse.preferences.version=1
formatter_profile=_Forge Java Code Style - Formatter Settings
formatter_settings_version=12
org.eclipse.jdt.ui.javadoc=true
-org.eclipse.jdt.ui.text.custom_code_templates=/**\r\n * @return the ${bare_field_name}\r\n *//**\r\n * @param neo${param} the ${bare_field_name} to set\r\n *//**\r\n * ${todo}\: Write javadoc for Constructor.\r\n * ${tags}\r\n *//** \r\n * ${todo}\: Write javadoc for this type.\r\n *\r\n * ${tags}\r\n *//**\r\n * ${todo}\: Write javadoc for this method.\r\n * ${tags}\r\n *//* (non-Javadoc)\r\n * ${see_to_overridden}\r\n *//**\r\n * ${tags}\r\n * ${see_to_target}\r\n */${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}\r\n\r\n\r\n\r\n// ${todo} Auto-generated catch block ignores the exception, but sends it to System.err and probably forge.log.\r\n${exception_var}.printStackTrace();// ${todo} Auto-generated method stub\r\n${body_statement}\r\nthrow new net.slightlymagic.braids.util.NotImplementedError();${body_statement}\r\n// ${todo} Auto-generated constructor stub\r\nthrow new net.slightlymagic.braids.util.NotImplementedError();return ${field};${field} \= neo${param};
+org.eclipse.jdt.ui.text.custom_code_templates=/**\r\n * @return the ${bare_field_name}\r\n *//**\r\n * @param ${param}0 the ${bare_field_name} to set\r\n *//**\r\n * ${todo}\: Write javadoc for Constructor.\r\n * ${tags}\r\n *//** \r\n * ${todo}\: Write javadoc for this type.\r\n *\r\n * ${tags}\r\n *//**\r\n * ${todo}\: Write javadoc for this method.\r\n * ${tags}\r\n *//* (non-Javadoc)\r\n * ${see_to_overridden}\r\n *//**\r\n * ${tags}\r\n * ${see_to_target}\r\n */${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}\r\n\r\n\r\n\r\n// ${todo} Auto-generated catch block ignores the exception, but sends it to System.err and probably forge.log.\r\n${exception_var}.printStackTrace();// ${todo} Auto-generated method stub\r\n${body_statement}\r\nthrow new net.slightlymagic.braids.util.NotImplementedError();${body_statement}\r\n// ${todo} Auto-generated constructor stub\r\nthrow new net.slightlymagic.braids.util.NotImplementedError();return ${field};${field} \= ${param}0; // ${todo}\: Add 0 to parameter's name.