subida al repositorio

parent 69235ba5
......@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>es.uja.ssccdd.curso1920</groupId>
<artifactId>SolucionPractica2</artifactId>
<artifactId>MonteroNavarroLuciaPrac2</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<properties>
......@@ -10,5 +10,5 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<name>SolucionPractica2</name>
<name>MonteroNavarroLuciaPrac2</name>
</project>
\ No newline at end of file
......@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package es.uja.ssccdd.curso1920.solucionpractica2;
package es.uja.ssccdd.curso1920.MonteroNavarroLuciaPrac2;
import java.util.Random;
......
......@@ -3,13 +3,13 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package es.uja.ssccdd.curso1920.solucionpractica2;
package es.uja.ssccdd.curso1920.MonteroNavarroLuciaPrac2;
/**
* Clase principal del programa.
* @author fconde
*/
public class SolucionPractica2 {
public class MonteroNavarroLuciaPrac2 {
/**
* @param args the command line arguments
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment