/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/java/db/Staff.java

  • Committer: Gustav Hartvigsson
  • Date: 2017-09-11 11:48:34 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170911114834-3gg0z26shaicegw7
* changed DB -> db

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * :indentSize=2:tabSize=2:noTabs=true:
4
4
 */
5
5
 
6
 
package DB;
 
6
package db;
7
7
 
8
8
import java.io.Serializable;
9
9
import javax.persistence.*;
85
85
    this.staffTypeBean = staffTypeBean;
86
86
  }
87
87
 
88
 
}
 
 
b'\\ No newline at end of file'
 
88
}