StarReportModule.java (1a37d047) StarReportModule.java (30acf5e8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 29 unchanged lines hidden (view full) ---

38 /**
39 * Initializes the module. Use this method to perform all initial setup operations. This
40 * method is called only once in a modules lifetime. If the initializing cannot be
41 * completed, throw a ModuleInitializeException to indicate the error,. The module will
42 * not be available to the system.
43 *
44 * @param subSystem the subSystem.
45 * @throws org.jfree.base.modules.ModuleInitializeException
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 29 unchanged lines hidden (view full) ---

38 /**
39 * Initializes the module. Use this method to perform all initial setup operations. This
40 * method is called only once in a modules lifetime. If the initializing cannot be
41 * completed, throw a ModuleInitializeException to indicate the error,. The module will
42 * not be available to the system.
43 *
44 * @param subSystem the subSystem.
45 * @throws org.jfree.base.modules.ModuleInitializeException
46 * if an error ocurred while initializing the module.
46 * if an error occurred while initializing the module.
47 */
48 public void initialize(final SubSystem subSystem)
49 throws ModuleInitializeException
50 {
51 }
52}
47 */
48 public void initialize(final SubSystem subSystem)
49 throws ModuleInitializeException
50 {
51 }
52}