Programming correction in docs

Docs of CouplingBetweenObjects has a Programming issue. I also made "something" a method.
This commit is contained in:
Gustavo Krieger
2020-10-22 19:46:46 -03:00
committed by GitHub
parent 47d3e1b9f9
commit ccb7fd25aa

View File

@ -422,11 +422,11 @@ public class Foo {
private Bar var2;
//followed by many imports of unique objects
void ObjectC doWork() {
ObjectC doWork() {
Bardo var55;
ObjectA var44;
ObjectZ var93;
return something;
return something();
}
}
]]>