blob: a6069f8e9485b2c907e3a47911cf490a770bee77 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1998-2003, 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;
}