~gugljafa/play/jpaexplicitsave

« back to all changes in this revision

Viewing changes to samples-and-tests/just-test-cases/app/controllers/Application.java

  • Committer: guillaume
  • Date: 2010-01-06 13:09:59 UTC
  • mfrom: (777.1.1 play)
  • Revision ID: guillaume@gbo-mac-20100106130959-xls3wi48hek6ip8q
Fix #502158

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        render();
41
41
    }
42
42
 
 
43
    public static void index2() {
 
44
        renderText(Router.reverse("Application.index2"));
 
45
    }
 
46
 
43
47
    public static void simpleStatusCode() {
44
48
        response.status = 204;
45
49
    }