@@ -25,7 +25,6 @@ |
||
25 | 25 | |
26 | 26 | /** |
27 | 27 | * Interface for the application server instance. |
28 | - |
|
29 | 28 | * @author Tim Wagner <[email protected]> |
30 | 29 | * @copyright 2018 TechDivision GmbH <[email protected]> |
31 | 30 | * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
@@ -124,9 +124,9 @@ |
||
124 | 124 | public function getPlatform(); |
125 | 125 | |
126 | 126 | /** |
127 | - * Returns the encryption information. |
|
128 | - * |
|
129 | - * @return \AppserverIo\Configuration\Interfaces\NodeValueInterface The encryption information |
|
130 | - */ |
|
127 | + * Returns the encryption information. |
|
128 | + * |
|
129 | + * @return \AppserverIo\Configuration\Interfaces\NodeValueInterface The encryption information |
|
130 | + */ |
|
131 | 131 | public function getEncryption(); |
132 | 132 | } |