blob: b1cad78a2d5be126947862bfd8c4e6e93564af87 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1998-2004, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package com.ibm.icu.dev.tool.layout;
public class ScriptModuleWriter extends ModuleWriter
{
public ScriptModuleWriter(ScriptData theScriptData, LanguageData theLanguageData)
{
super();
scriptData = theScriptData;
languageData = theLanguageData;
}
protected ScriptData scriptData;
protected LanguageData languageData;
}