View Javadoc
1   /*
2   SummaryJavadoc
3   violateExecutionOnNonTightHtml = true
4   forbiddenSummaryFragments = ^Returns the customer ID. This method returns.$
5   period = .
6   
7   */
8   
9   package com.puppycrawl.tools.checkstyle.checks.javadoc.summaryjavadoc;
10  
11  public class InputSummaryJavadoc1 {
12  
13      /**
14       * {@summary Returns the customer ID.
15       *  This method returns. }
16       */
17      public void foo() {
18      }
19  }