core/com.nokia.carbide.cpp/src/com/nokia/carbide/cpp/logging/DiagnosticLogGroup.java
changeset 9 6ef327765a4e
parent 2 d760517a8095
child 127 c937102a5510
equal deleted inserted replaced
2:d760517a8095 9:6ef327765a4e
     1 /**
     1 /*
     2  * 
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3  */
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
     4 package com.nokia.carbide.cpp.logging;
    17 package com.nokia.carbide.cpp.logging;
     5 
    18 
     6 import java.util.ArrayList;
    19 import java.util.ArrayList;
     7 
    20 
     8 class DiagnosticLogGroup {
    21 class DiagnosticLogGroup {