Project

General

Profile

« Previous | Next » 

Revision 7038

View differences:

src/edu/ucsb/nceas/metacat/dataone/D1NodeService.java
716 716
				for (Person p : personList) {
717 717
					// for the primary person
718 718
					if (p.getSubject().equals(subject)) {
719
						logMetacat.debug("checking person");
720
						logMetacat.debug("p.getVerified(): " + p.getVerified());
719 721
						if (p.getVerified() != null && p.getVerified()) {
720 722
							// add the verified symbolic user
721 723
							if (!subjects.contains(verifiedSubject)) {

Also available in: Unified diff