/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/beans/ConfigBean.java

  • Committer: Gustav Hartvigsson
  • Date: 2017-09-08 08:12:26 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170908081226-8mrt7z9dqh4t37se
* Made the <head> stuffs a template

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * vi: set shiftwidth=2 tabstop=2 expandtab:
3
3
 * :indentSize=2:tabSize=2:noTabs=true:
4
4
 */
 
5
package beans;
5
6
 
6
7
import java.io.Serializable;
7
8