File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
org.eclipse.xtext/src/org/eclipse/xtext/resource Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public static Builder newBuilder() {
118118 }
119119
120120 /**
121- * This is equal to <code>builder ().getOptions()</code>.
121+ * This is equal to <code>newBuilder ().getOptions()</code>.
122122 */
123123 public static SaveOptions defaultOptions () {
124124 return newBuilder ().getOptions ();
@@ -127,7 +127,7 @@ public static SaveOptions defaultOptions() {
127127 /**
128128 * Allows to create new {@link SaveOptions} in a readable manner.
129129 * Instead of <code>new SaveOptions(true, false)</code> the code
130- * looks like <code>SaveOptions.builder ().format().noValidation().getOptions()</code>.
130+ * looks like <code>SaveOptions.newBuilder ().format().noValidation().getOptions()</code>.
131131 * @author Sebastian Zarnekow - Initial contribution and API
132132 */
133133 public static class Builder {
You can’t perform that action at this time.
0 commit comments