Skip to content

Commit e1bff13

Browse files
feat(practicaLineUp): 'Impresora' class was modified
'dibujar' method was called inside 'run' method
1 parent e4be955 commit e1bff13

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

practicaLineUp/.idea/libraries/imonsh.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

practicaLineUp/practicaLineUp.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
</content>
88
<orderEntry type="inheritedJdk" />
99
<orderEntry type="sourceFolder" forTests="false" />
10+
<orderEntry type="library" name="imonsh" level="project" />
1011
</component>
1112
</module>

practicaLineUp/src/Impresora.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import java.awt.*;
2-
31
/**
42
* This class describe the printer that will draw the announcement
53
*
@@ -35,6 +33,6 @@ public void dibujar() {
3533

3634
@Override
3735
public void run(){
38-
36+
dibujar();
3937
}
4038
}

0 commit comments

Comments
 (0)