Project

General

Profile

« Previous | Next » 

Revision 49029

getting rid of person entities

View differences:

IndexFeedMapper.java
159 159
		}
160 160
	}
161 161

  
162
	public static byte[] zip(final String s) {
162
	public byte[] zip(final String s) {
163 163
		if ((s == null) || (s.length() == 0)) {
164 164
			throw new IllegalArgumentException("Cannot zip null or empty string");
165 165
		}

Also available in: Unified diff