Tell me that's not cool ... using the same word as a modifier to itself? It's almost as cool as today's code. Now, I did question this code, as it's a bit unreal even for our standards, but Chris assures me that someone actually did write it and submit it to be checked-in (and not as a joke).
public class ObjectWrapper { private Object object; public ObjectWrapper(Object object) { this.object = object; } public Object getObject() { return object; } }
UPDATE: Incase you didn't know, this is Java. Also, I fixed the syntax highlighting!
[Advertisement]
BuildMaster allows you to create a self-service release management platform that allows different teams to manage their applications. Explore how!