CalendarDialog.java (apache-openmeetings-6.1.0-src) | : | CalendarDialog.java (apache-openmeetings-6.2.0-src) | ||
---|---|---|---|---|
skipping to change at line 22 | skipping to change at line 22 | |||
* Unless required by applicable law or agreed to in writing, | * Unless required by applicable law or agreed to in writing, | |||
* software distributed under the License is distributed on an | * software distributed under the License is distributed on an | |||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |||
* KIND, either express or implied. See the License for the | * KIND, either express or implied. See the License for the | |||
* specific language governing permissions and limitations | * specific language governing permissions and limitations | |||
* under the License. | * under the License. | |||
*/ | */ | |||
package org.apache.openmeetings.web.user.calendar; | package org.apache.openmeetings.web.user.calendar; | |||
import static org.apache.openmeetings.web.app.WebSession.getUserId; | import static org.apache.openmeetings.web.app.WebSession.getUserId; | |||
import static org.apache.openmeetings.web.common.confirmation.ConfirmationBehavi or.newOkCancelDangerConfirm; | import static org.apache.openmeetings.web.common.confirmation.ConfirmationHelper .newOkCancelDangerConfirm; | |||
import java.util.List; | import java.util.List; | |||
import org.apache.http.auth.UsernamePasswordCredentials; | import org.apache.http.auth.UsernamePasswordCredentials; | |||
import org.apache.http.client.HttpClient; | import org.apache.http.client.HttpClient; | |||
import org.apache.http.client.protocol.HttpClientContext; | import org.apache.http.client.protocol.HttpClientContext; | |||
import org.apache.openmeetings.db.dao.calendar.AppointmentDao; | import org.apache.openmeetings.db.dao.calendar.AppointmentDao; | |||
import org.apache.openmeetings.db.dao.user.UserDao; | import org.apache.openmeetings.db.dao.user.UserDao; | |||
import org.apache.openmeetings.db.entity.calendar.Appointment; | import org.apache.openmeetings.db.entity.calendar.Appointment; | |||
import org.apache.openmeetings.db.entity.calendar.OmCalendar; | import org.apache.openmeetings.db.entity.calendar.OmCalendar; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |