forked from umple/umple
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd88a12
commit 0376f74
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
umpleonline/umplibrary/manualexamples/W1513MixsetUsedWithNoDeclaration.ump
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// There are two options to get ride of this warning: | ||
//option1: commant on the below use statement: | ||
// There are two options to get rid of this warning: | ||
//option1: comment out the use statement below: | ||
use M1; | ||
|
||
// option2: remove the comment below to declare M1 with empty body : | ||
//mixset M1 { } | ||
|
||
//$?[End_of_model]$? | ||
// @@@skipcompile - there in no code to generate in this example. | ||
// @@@skipcompile - there is no code to generate in this example. |