Skip to content
Snippets Groups Projects
Commit e42534aa authored by Jakub Konvička's avatar Jakub Konvička
Browse files

refactor: Minor modifications

parent 1a0b1a8f
Branches feature/ActivityDiagramANTLRVisitor
Tags
2 merge requests!10Merge: Release version 1.1,!6Merge Feature/unit testing
...@@ -5,7 +5,7 @@ namespace DatabaseModel ...@@ -5,7 +5,7 @@ namespace DatabaseModel
{ {
int main() { int main() {
int cislo = E; int cislo = E;
printf("Ahoj Radime, zadej cislo: "); printf("Ahoj, zadej cislo: ");
scanf_s("%d", &cislo); scanf_s("%d", &cislo);
if(cislo == 0) if(cislo == 0)
......
...@@ -266,8 +266,6 @@ public class XmiActivityDiagramUmlBuilder : DiagramUmlBuilder ...@@ -266,8 +266,6 @@ public class XmiActivityDiagramUmlBuilder : DiagramUmlBuilder
} }
} }
} }
private void GenerateOutgoingEdges() private void GenerateOutgoingEdges()
{ {
foreach (var edge in _edges) foreach (var edge in _edges)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment