Skip to content
Snippets Groups Projects
Commit 43513649 authored by CHEVALIER Noemy's avatar CHEVALIER Noemy
Browse files

Suppression fonction studentName

parent 36162e11
No related branches found
No related tags found
No related merge requests found
...@@ -434,11 +434,6 @@ public class ShukanData ...@@ -434,11 +434,6 @@ public class ShukanData
return (students[sSort[selLoad]]); return (students[sSort[selLoad]]);
} }
/**Returns name of students*/
public String studentName(){
return (students[sSort[selLoad]]);
}
/** Sets an activity to be displayed on left */ /** Sets an activity to be displayed on left */
public void setOnLeft (int curs, int mod, int act) public void setOnLeft (int curs, int mod, int act)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment