Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Max Mecklin / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • ..
  • checkoutfi
  • CheckoutQueryParam.java
  • Tuomas Riihimäki's avatar
    Minor renames, and fix unit test cases. · 339a3404
     * Rename CheckoutFi parameters more correctly
     * All test classes need to start with Test or end with Test or TestCase
       To be included in maven builds
    Tuomas Riihimäki committed Mar 29, 2015
    339a3404
CheckoutQueryParam.java 138 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9
package fi.codecrew.moya.checkoutfi;

public interface CheckoutQueryParam {

	public String name();

	public String getDefaultValue();

}