# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: websvc/core/src/org/netbeans/modules/websvc/core/AddWsOperationHelper.java --- websvc/core/src/org/netbeans/modules/websvc/core/AddWsOperationHelper.java Base (1.25) +++ websvc/core/src/org/netbeans/modules/websvc/core/AddWsOperationHelper.java Locally Modified (Based On 1.25) @@ -320,7 +320,8 @@ method.getThrows(), (BlockTree)null, (ExpressionTree)method.getDefaultValue()); - Comment comment = Comment.create(Style.JAVADOC, 0,0,0,NbBundle.getMessage(AddWsOperationHelper.class, "TXT_WSOperation")); + Comment comment = Comment.create(Style.JAVADOC, 0, 0, 4, + NbBundle.getMessage(AddWsOperationHelper.class, "TXT_WSOperation")); make.addComment(annotatedMethod, comment, true); if (increaseProgress) handle.progress(90);