Project

General

Profile

« Previous | Next » 

Revision 48459

removed deprecated stuff

View differences:

ProjectApi.java
24 24

  
25 25
	@Id
26 26
	@JsonIgnore
27
	private int id;
27
	private String id;
28 28

  
29 29
	private String code;
30 30
	private String acronym;
......
78 78
		return s.replaceAll("/", "%2F");
79 79
	}
80 80

  
81
	public int getId() {
81
	public String getId() {
82 82
		return id;
83 83
	}
84 84

  
85
	public void setId(final int id) {
85
	public void setId(final String id) {
86 86
		this.id = id;
87 87
	}
88 88

  

Also available in: Unified diff