Project

General

Profile

« Previous | Next » 

Revision 56766

Cleaning up the code

View differences:

BrowseEntry.java
7 7
 */
8 8
public class BrowseEntry implements Comparable<BrowseEntry>, IsSerializable{
9 9

  
10
    public String value;
11
    public Long size;
10
    private String value;
11
    private Long size;
12 12

  
13 13
    public BrowseEntry() {
14 14
    }

Also available in: Unified diff