[JAVA-3203] Fix POJO reference documentation links Created: 13/Feb/19 Updated: 28/Oct/23 Resolved: 04/Mar/19 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | 3.10.0 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Vokail | Assignee: | Jeffrey Yemin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Description |
|
In the documentation here: http://mongodb.github.io/mongo-java-driver/3.10/bson/pojos/ if an user click on PojoCodec link to http://mongodb.github.io/mongo-java-driver/3.10/javadoc/?org/bson/codecs/pojo/PojoCodec.html that shows a 401 page:
|
| Comments |
| Comment by Githook User [ 06/Mar/19 ] |
|
Author: {'name': 'Jeff Yemin', 'email': 'jeff.yemin@10gen.com', 'username': 'jyemin'}Message: Replace references to PojoCodec in reference documentation PojoCodec is not a public class, so it's not appropriate to refer to it
|
| Comment by Githook User [ 04/Mar/19 ] |
|
Author: {'name': 'Jeff Yemin', 'username': 'jyemin', 'email': 'jeff.yemin@10gen.com'}Message: Replace references to PojoCodec in reference documentation PojoCodec is not a public class, so it's not appropriate to refer to it
|
| Comment by Jeffrey Yemin [ 15/Feb/19 ] |
|
Ah, because the PojoCodec is not actually a public class. Thanks for pointing this out. We'll find something else to link to or remove the link entirely. |