Skip to content

Instantly share code, notes, and snippets.

@txominpelu
Created January 15, 2011 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save txominpelu/780775 to your computer and use it in GitHub Desktop.
Save txominpelu/780775 to your computer and use it in GitHub Desktop.
//Clase original:
package com.proyecto.prueba;
import java.util.*;
public class HolaMundo {
/**
* @param args
*/
public static void miAntiguoMain(String[] args) {
System.out.println("Hola Mundo.");
}
public void miMetodo() {
MiClaseGenerica<String> a = new MiClaseGenerica<String>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment