Skip to content

Commit b85ddac

Browse files
committed
work
1 parent a61488b commit b85ddac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/org/woehlke/greenshop/oodm/cart/entities/CustomersBasket.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@
3939
| 11 | 9 | 26{3}9 | 1 | NULL | 20130326 |
4040
+---------------------+--------------+-------------+---------------------------+-------------+-----------------------------+
4141
*
42-
* 26{3}9 := http://localhost/oscommerce2/product_info.php?cPath=1_9&products_id=26
43-
* http://localhost/oscommerce2/product_info.php?products_id=26{3}9
44-
* ProductId{Product Option}Option Value
42+
* 26{3}9 := ProductId{Product Option}Option Value
43+
* @see <a href="http://localhost/oscommerce2/product_info.php?cPath=1_9&products_id=26">a</a>
44+
* @see <a href="http://localhost/oscommerce2/product_info.php?products_id=26{3}9">b</a>
45+
*
4546
*/
4647
@Entity
4748
@Table(name="customers_basket")

0 commit comments

Comments
 (0)