LangPanel.java (apache-openmeetings-6.1.0-src) | : | LangPanel.java (apache-openmeetings-6.2.0-src) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
* 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.admin.labels; | package org.apache.openmeetings.web.admin.labels; | |||
import static java.time.Duration.ZERO; | import static java.time.Duration.ZERO; | |||
import static org.apache.openmeetings.util.OpenmeetingsVariables.ATTR_CLASS; | import static org.apache.openmeetings.util.OpenmeetingsVariables.ATTR_CLASS; | |||
import static org.apache.openmeetings.web.common.confirmation.ConfirmationBehavi or.newOkCancelDangerConfirm; | import static org.apache.openmeetings.web.common.confirmation.ConfirmationHelper .newOkCancelDangerConfirm; | |||
import static org.apache.wicket.request.resource.ContentDisposition.ATTACHMENT; | import static org.apache.wicket.request.resource.ContentDisposition.ATTACHMENT; | |||
import java.io.IOException; | import java.io.IOException; | |||
import java.io.InputStream; | import java.io.InputStream; | |||
import java.util.AbstractMap; | import java.util.AbstractMap; | |||
import java.util.Iterator; | import java.util.Iterator; | |||
import java.util.List; | import java.util.List; | |||
import java.util.Locale; | import java.util.Locale; | |||
import java.util.Map; | import java.util.Map; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |