Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 158255 --- Wrong method name in PlatformConfig

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 158255 --- Wrong method name in PlatformConfig

- Summary:
Fix Bugzilla Bug 158255 --- Wrong method name in PlatformConfig


- Bugzilla Bug (s) Resolved:
158255


- Description:
there is a wrong method name in class PlatformConfig.

public void getBIRTHome( String birtHome )
{
   properties.put( BIRT_HOME, birtHome );
}

but obviously the method name should be "setBIRTHome".

- Tests Description  :
Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.core/src/org/eclipse/birt/core/framework/PlatformConfig.java"


- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd



Back to the top