369370371372373374375
/** * Send a 304 Not Modified response */ protected static void notModified() { throw new NotModified(); }