Skip to content

Commit

Permalink
dangling Javadocs fixes (mostly license header) + unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Jan 22, 2020
1 parent c709eb9 commit 2efed5d
Show file tree
Hide file tree
Showing 350 changed files with 365 additions and 770 deletions.
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2017 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2017 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2016-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
Expand Up @@ -8,12 +8,7 @@

import com.evolveum.midpoint.gui.api.component.tabs.CountablePanelTab;

/**
* Created by honchar
*/

import com.evolveum.midpoint.web.component.util.SelectableBean;
import com.evolveum.midpoint.web.component.util.SelectableBeanImpl;
import com.evolveum.midpoint.web.component.util.VisibleBehaviour;
import com.evolveum.midpoint.web.page.admin.roles.AvailableRelationDto;
import com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType;
Expand All @@ -26,6 +21,9 @@
import javax.xml.namespace.QName;
import java.util.List;

/**
* @author honchar
*/
public abstract class ChooseOrgMemberPopup<O extends ObjectType> extends ChooseMemberPopup<O, OrgType> {
private static final long serialVersionUID = 1L;

Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2016 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand All @@ -10,12 +10,10 @@
import java.io.OutputStream;
import java.util.List;

import com.evolveum.midpoint.schema.result.OperationResult;
import com.evolveum.midpoint.util.logging.Trace;
import com.evolveum.midpoint.util.logging.TraceManager;
import com.evolveum.midpoint.web.component.data.BaseSortableDataProvider;
import com.evolveum.midpoint.web.component.dialog.ConfirmationPanel;
import com.evolveum.midpoint.xml.ns._public.common.common_3.AdminGuiConfigurationType;
import com.evolveum.midpoint.web.component.data.SelectableBeanObjectDataProvider;
import org.apache.wicket.ajax.AjaxRequestTarget;
import org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable;
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2016 Evolveum and contributors
* <p>
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2016 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2017 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2017-2018 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand All @@ -7,10 +7,8 @@
package com.evolveum.midpoint.gui.impl.factory;

import com.evolveum.midpoint.gui.api.prism.PrismContainerWrapper;
import com.evolveum.midpoint.gui.api.util.WebModelServiceUtils;
import com.evolveum.midpoint.gui.impl.prism.ConstructionValueWrapper;
import com.evolveum.midpoint.gui.impl.prism.PrismContainerValueWrapper;
import com.evolveum.midpoint.gui.impl.prism.PrismContainerValueWrapperImpl;
import com.evolveum.midpoint.model.api.ModelService;
import com.evolveum.midpoint.prism.ItemDefinition;
import com.evolveum.midpoint.prism.PrismContainerValue;
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand All @@ -11,7 +11,6 @@
import org.apache.commons.lang.ClassUtils;
import org.apache.wicket.Component;
import org.apache.wicket.markup.html.form.Form;
import org.apache.wicket.markup.html.panel.FeedbackPanel;
import org.apache.wicket.model.IModel;

import com.evolveum.midpoint.gui.api.page.PageBase;
Expand All @@ -21,7 +20,6 @@
import com.evolveum.midpoint.prism.PrismReferenceValue;
import com.evolveum.midpoint.prism.PrismValue;
import com.evolveum.midpoint.prism.path.ItemName;
import com.evolveum.midpoint.web.component.message.FeedbackAlerts;

public abstract class ItemPanelContext<T, IW extends ItemWrapper> implements Serializable {

Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand All @@ -8,7 +8,6 @@

import com.evolveum.midpoint.gui.api.GuiStyleConstants;
import com.evolveum.midpoint.gui.api.component.togglebutton.ToggleIconButton;
import com.evolveum.midpoint.gui.api.prism.PrismContainerWrapper;
import com.evolveum.midpoint.gui.impl.prism.*;
import com.evolveum.midpoint.prism.PrismProperty;
import com.evolveum.midpoint.prism.PrismPropertyDefinition;
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2017 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2018 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2015-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2015-2018 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2015-2018 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand All @@ -15,15 +15,13 @@
import org.apache.wicket.model.IModel;
import org.apache.wicket.model.Model;

import com.evolveum.midpoint.gui.api.prism.ItemWrapper;
import com.evolveum.midpoint.gui.api.prism.PrismContainerWrapper;
import com.evolveum.midpoint.gui.impl.component.data.column.AbstractItemWrapperColumn.ColumnType;
import com.evolveum.midpoint.gui.impl.component.data.column.PrismPropertyWrapperColumn;
import com.evolveum.midpoint.gui.impl.prism.PrismContainerValueWrapper;
import com.evolveum.midpoint.prism.PrismContainerDefinition;
import com.evolveum.midpoint.prism.path.ItemPath;
import com.evolveum.midpoint.prism.query.ObjectQuery;
import com.evolveum.midpoint.web.component.prism.ItemVisibility;
import com.evolveum.midpoint.web.component.search.SearchFactory;
import com.evolveum.midpoint.web.component.search.SearchItemDefinition;
import com.evolveum.midpoint.web.model.PrismContainerWrapperModel;
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2015-2018 Evolveum and contributors
* <p>
* This work is dual-licensed under the Apache License 2.0
Expand All @@ -9,15 +9,10 @@
import com.evolveum.midpoint.common.refinery.RefinedAssociationDefinition;
import com.evolveum.midpoint.gui.api.component.BasePanel;
import com.evolveum.midpoint.gui.api.component.ObjectBrowserPanel;
import com.evolveum.midpoint.gui.api.factory.GuiComponentFactory;
import com.evolveum.midpoint.gui.api.model.LoadableModel;
import com.evolveum.midpoint.gui.api.page.PageBase;
import com.evolveum.midpoint.gui.api.prism.PrismContainerWrapper;
import com.evolveum.midpoint.gui.api.util.WebComponentUtil;
import com.evolveum.midpoint.gui.api.util.WebModelServiceUtils;
import com.evolveum.midpoint.gui.impl.factory.WrapperContext;
import com.evolveum.midpoint.gui.impl.prism.ItemVisibilityHandler;
import com.evolveum.midpoint.gui.impl.prism.PrismContainerPanel;
import com.evolveum.midpoint.gui.impl.prism.PrismContainerValueWrapper;
import com.evolveum.midpoint.prism.*;
import com.evolveum.midpoint.prism.path.ItemName;
Expand All @@ -34,7 +29,6 @@
import com.evolveum.midpoint.xml.ns._public.common.common_3.*;
import com.evolveum.prism.xml.ns._public.types_3.ItemPathType;
import org.apache.commons.collections.CollectionUtils;
import org.apache.wicket.Component;
import org.apache.wicket.ajax.AjaxRequestTarget;
import org.apache.wicket.markup.html.list.ListItem;
import org.apache.wicket.markup.html.list.ListView;
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2015-2018 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2016 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2010-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand All @@ -7,7 +7,6 @@
package com.evolveum.midpoint.web.component.menu.cog;

import org.apache.wicket.ajax.AjaxRequestTarget;
import org.apache.wicket.markup.html.form.Form;

import java.io.Serializable;

Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2015-2016 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2015-2019 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
Expand Down

0 comments on commit 2efed5d

Please sign in to comment.