Corregido pequeño error
This commit is contained in:
Binary file not shown.
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user