Browse Source

tag correction for code gatherer

tags/V1_1_1
wisberg 21 years ago
parent
commit
511b6634dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/sandbox/common/declares/Declares.java

+ 1
- 1
docs/sandbox/common/declares/Declares.java View File

@@ -36,7 +36,7 @@ declare error : staticinitialization(SoughtException+)
&& ! staticinitialization(SoughtException)
&& ! staticinitialization(Throwable+) :
"all SoughtException must be subclasses of Throwable";
// END-SAMPLE declares-typeConstraints Using declare to enforce type constraints
// END-SAMPLE declares-typeConstraints
}

// START-SAMPLE declares-exceptionSpelunking Using declare warning to find Exception-related code

Loading…
Cancel
Save