Class Comments:
/*********************************************************************************
Class Name: SampleClass
Purpose: 1. This is the class for creating data.
Please maintain only the last 5 history changes/modifications in the audit log
History of Changes:
--------------------------------------------------------------------------------------------------------------------------
Date Developer Comments
--------------------------------------------------------------------------------------------------------------------------
07-Feb-2017 Developer Name Added new method
********************************************************************************/
public class SampleClass{
Method Comments:
/*
* MethodName : sampleMethod
* Description : searching all accounts data based on name.
*/
public static void sampleMethod(){
}
}
/*********************************************************************************
Class Name: SampleClass
Purpose: 1. This is the class for creating data.
Please maintain only the last 5 history changes/modifications in the audit log
History of Changes:
--------------------------------------------------------------------------------------------------------------------------
Date Developer Comments
--------------------------------------------------------------------------------------------------------------------------
07-Feb-2017 Developer Name Added new method
********************************************************************************/
public class SampleClass{
Method Comments:
/*
* MethodName : sampleMethod
* Description : searching all accounts data based on name.
*/
public static void sampleMethod(){
}
}
No comments:
Post a Comment