Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove public for example classes.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 14 Oct 2014 11:35:51 +0000 (13:35 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 14 Oct 2014 11:35:51 +0000 (13:35 +0200)
Exemple1.java
Exemple2.java
Exemple3.java
Hello.java

index 5530ffd..f350c5f 100644 (file)
@@ -1,4 +1,4 @@
-public class Exemple1 {
+class Exemple1 {
 
     public static void main(String[] args) {
         // Création de la fenêtre
 
     public static void main(String[] args) {
         // Création de la fenêtre
index 7f2d8c1..3b3b1bc 100644 (file)
@@ -1,6 +1,6 @@
 import java.util.*;
 
 import java.util.*;
 
-public class Exemple2 {
+class Exemple2 {
 
     public static void main(String[] args) {
         // Création de la fenêtre
 
     public static void main(String[] args) {
         // Création de la fenêtre
index 4a6aff8..78ccb9e 100644 (file)
@@ -1,6 +1,6 @@
 import java.util.*;
 
 import java.util.*;
 
-public class Exemple3 {
+class Exemple3 {
 
     static final Random random = new Random();
 
 
     static final Random random = new Random();
 
index 79d02b5..8b3dc6f 100644 (file)
@@ -1,4 +1,4 @@
-public class Hello {
+class Hello {
 
     public static void main(String[] args) {
         // Création d'une fenêtre avec, en paramètres, son titre, sa
 
     public static void main(String[] args) {
         // Création d'une fenêtre avec, en paramètres, son titre, sa