diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:37:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:37:28 +0100 |
commit | fe86d0ca5daeadd8bde74e27109bcb65402ce139 (patch) | |
tree | 6dee09d6b40ef6cbd50b4ce541c7adb65e957e87 /qadevOOo | |
parent | 7c7755473e41f28e78dc79b885f8a39783f64699 (diff) |
Fix typo "paramater" -> "parameter" + remove some commented lines
Change-Id: I1e6343fdcee91d23aacd776520e8bfdf81d411e4
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java index dd4328f8d56f..d5b16eca17e5 100644 --- a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java +++ b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java @@ -379,31 +379,12 @@ public class CheckModuleAPI extends ComplexTestCase private String getModulePath(String module) { - - // String sUnoapi = null; - // final String sep = System.getProperty("file.separator"); - // final File srcRoot = new File(mSRC_ROOT); - - // final FolderFilter qaFilter = new FolderFilter(module); - // final File[] moduleTree = srcRoot.listFiles(qaFilter); -// if (moduleTree != null) -// { -// if (mDebug) -// { -// log.println("moduleTree length:" + moduleTree.length); -// log.println("moduleTree: " + moduleTree[0].getAbsolutePath()); -// } -// if (moduleTree != null) -// { -// sUnoapi = moduleTree[0].getAbsolutePath() + sep + "qa" + sep + "unoapi"; -// } -// } String sUnoapi = getQaUnoApiPath(mSRC_ROOT, module); return sUnoapi; } /** - Some modules contains more the one project. This methods translates given project paramater to the + Some modules contains more the one project. This methods translates given project parameter to the * correspind module name. * * fwk -> framework |