| | |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2016 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.quicksetup.installer; |
| | | |
| | |
| | | case IMPORT_AUTOMATICALLY_GENERATED_DATA: |
| | | steps.add(InstallProgressStep.IMPORTING_AUTOMATICALLY_GENERATED); |
| | | break; |
| | | default: |
| | | // No action needed for the remaining values. |
| | | break; |
| | | } |
| | | } |
| | | |
| | |
| | | return new ProgressPanel(this); |
| | | case FINISHED: |
| | | return new FinishedPanel(this); |
| | | default: |
| | | // No action needed for the remaining values. |
| | | break; |
| | | } |
| | | } |
| | | return null; |