Changeset 1829

Show
Ignore:
Timestamp:
01/15/08 14:21:21 (1 year ago)
Author:
gboyst
Message:

make sure to return proper type

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework-plugin/src/com/tresys/framework/compiler/translator/Translator.java

    r1828 r1829  
    498498                        String [] context = strcon.split (":"); 
    499499                        if (context.length > 2) 
    500                                 fileConMap.put(path, context[2]); 
     500                        { 
     501                                fileType = context[2];  
     502                                fileConMap.put(path, fileType); 
     503                        } 
    501504                } 
    502505