Corregido pequeño error

This commit is contained in:
Ryuuji159
2016-11-02 09:00:25 +01:00
parent 2a97a81749
commit 4a0f1c3421
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@@ -9,10 +9,10 @@ import java.io.IOException;
public class Archivo public class Archivo
{ {
File archivo; protected File archivo;
FileReader fr; protected FileReader fr;
BufferedReader br; protected BufferedReader br;
FileWriter fw; protected FileWriter fw;
public Archivo(String archivo) public Archivo(String archivo)
{ {