Programming correction in docs
Docs of CouplingBetweenObjects has a Programming issue. I also made "something" a method.
This commit is contained in:
@ -422,11 +422,11 @@ public class Foo {
|
|||||||
private Bar var2;
|
private Bar var2;
|
||||||
|
|
||||||
//followed by many imports of unique objects
|
//followed by many imports of unique objects
|
||||||
void ObjectC doWork() {
|
ObjectC doWork() {
|
||||||
Bardo var55;
|
Bardo var55;
|
||||||
ObjectA var44;
|
ObjectA var44;
|
||||||
ObjectZ var93;
|
ObjectZ var93;
|
||||||
return something;
|
return something();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]]>
|
]]>
|
||||||
|
Reference in New Issue
Block a user