Changeset abf29300a299abf57cc185a65b8343ce497ae35c
- Timestamp:
- 10/20/07 14:04:28
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1192881868 +0200
- git-parent:
[144f38e652b3cb03a9e5d3030e748cfdcab97870]
- git-author:
- Christopher Jung <bktheg@web.de> 1192881868 +0200
- Message:
Moegliche NullPointerException? gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r144f38e |
rabf2930 |
|
| 2978 | 2978 | .uniqueResult(); |
|---|
| 2979 | 2979 | |
|---|
| 2980 | | if( werft.getKomplex() != null ) { |
|---|
| | 2980 | if( (werft != null) && (werft.getKomplex() != null) ) { |
|---|
| 2981 | 2981 | werft.removeFromKomplex(); |
|---|
| 2982 | 2982 | } |
|---|