Project

General

Profile

« Previous | Next » 

Revision 9323

Added by Jing Tao about 9 years ago

If the event string is null, we will skip this log in the getLog method.

View differences:

src/edu/ucsb/nceas/metacat/EventLog.java
580 580
					logEntry.setSubject(subject);
581 581
					
582 582
					String logEventString = rs.getString(6);
583
					if(logEventString == null) {
584
					    continue;
585
					}
583 586
					logEntry.setEvent(logEventString);
584 587
					logEntry.setDateLogged(rs.getTimestamp(7));
585 588
					

Also available in: Unified diff