96979899100101102103104105106
} else { LOGGER.fine("null user for tweet: " + tweet); } if (null != tweet.getGeo()) { Point p = persistenceContext.persist(tweet.getGeo()); Set<SpatialThing> s = currentMicroblogPost.getLocation(); s.add(p); currentMicroblogPost.setLocation(s); }