This commit is contained in:
Jürgen Doser 2007-02-09 14:34:29 +00:00
parent 022b69e56e
commit 3bfeea80f1
1 changed files with 3 additions and 3 deletions

View File

@ -16,14 +16,14 @@
@end @end
@if notInterface @if notInterface
@if hasParent @if hasParent
extends $classifier_parent$ @tab extends $classifier_parent$
@end @end
@end @end
@if hasParentInterfaces @if hasParentInterfaces
@if isInterface @if isInterface
extends @tab extends
@else @else
implements @tab implements
@end @end
@foreach parent_interface_list @foreach parent_interface_list
@if last_interface @if last_interface