1 | static void removeConcept(long id) {
|
2 | deleteConcept(id); |
3 | } |
4 | |
5 | static void removeConcept(Concept c) {
|
6 | deleteConcept(c); |
7 | } |
8 | |
9 | static void removeConcept(Concept.Ref ref) {
|
10 | deleteConcept(ref); |
11 | } |
Began life as a copy of #1006055
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010025 |
| Snippet name: | removeConcept - synonym of deleteConcept |
| Eternal ID of this version: | #1010025/1 |
| Text MD5: | ac4fb5af67223baea850ee321baba8f3 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-29 01:28:16 |
| Source code size: | 203 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 962 / 989 |
| Referenced in: | [show references] |