Project

General

Profile

« Previous | Next » 

Revision 39076

reformatted code

View differences:

RequestSort.java
3 3
import com.google.gwt.user.client.rpc.IsSerializable;
4 4

  
5 5
/**
6
* Created by antleb on 3/26/15.
7
*/
6
 * Created by antleb on 3/26/15.
7
 */
8 8
public enum RequestSort implements IsSerializable {
9
    USER, DATE, RESEARCHER, PROJECT, PUBLICATION, JOURNAL, PUBLISHER, STATUS, FUNDING_REQUESTED;
9
	USER, DATE, RESEARCHER, PROJECT, PUBLICATION, JOURNAL, PUBLISHER, STATUS, FUNDING_REQUESTED;
10 10
}

Also available in: Unified diff