Changeset a1b07e4152ee6582b00b66c594326052eca1e3d0
- Timestamp:
- 09/22/10 20:22:56
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1285186976 +0000
- git-parent:
[7c38d95c626c9394f8428138cac684f9a4730c75]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1285186976 +0000
- Message:
suppress unchecked warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1cbadd5 |
ra1b07e4 |
|
| 24 | 24 | quicklookup.put(prefix, null); |
|---|
| 25 | 25 | } |
|---|
| | 26 | @SuppressWarnings("unchecked") |
|---|
| 26 | 27 | public static boolean registerType(Class clazz) { |
|---|
| 27 | 28 | boolean success = false; |
|---|