Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
Remove useless items
  • Loading branch information
luizhenrique055 committed Jul 7, 2021
1 parent 6cc3271 commit d5c79f3
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .classpath

This file was deleted.

8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions .project

This file was deleted.

12 changes: 12 additions & 0 deletions Trabalho1.iml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
</component>
</module>
2 changes: 1 addition & 1 deletion src/Trabalho1.java
Expand Up @@ -292,7 +292,7 @@ public void setCustoDeProducao(double custoDeProducao )
{
if(custoDeProducao > 0)
{this.custoDeProducao = custoDeProducao;}
else {System.out.println("\nErro - Custo de produção deve ser maior que zero");}
else {System.out.println("\nErro - Custo de producao deve ser maior que zero");}
}
public double getCustoDeProducao()
{return custoDeProducao;}
Expand Down

0 comments on commit d5c79f3

Please sign in to comment.