| ... | @@ -32,9 +32,9 @@ Another example is a Javadoc that says nothing more than (or even less than) the | 
... | @@ -32,9 +32,9 @@ Another example is a Javadoc that says nothing more than (or even less than) the | 
| 
 | 
```java
 | 
 | 
```java
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
/**
 | 
 | 
/**
 | 
| 
 | 
 * ®param sellRequest
 | 
 | 
 * @param sellRequest
 | 
| 
 | 
 * ®return
 | 
 | 
 * @return
 | 
| 
 | 
 * ®throws ManagedComponentException 
 | 
 | 
 * @throws ManagedComponentException 
 | 
| 
 | 
 */
 | 
 | 
 */
 | 
| 
 | 
public SellResponse beginSellitem(SellRequest sellRequest) 
 | 
 | 
public SellResponse beginSellitem(SellRequest sellRequest) 
 | 
| 
 | 
	throws ManagedComponentException
 | 
 | 
	throws ManagedComponentException
 | 
| ... |  | ... |  |