Skip to content
Snippets Groups Projects
Commit c56c013b authored by MASSY FERNANDEZ Neva Aracely's avatar MASSY FERNANDEZ Neva Aracely
Browse files

fix: Modify number of pages

parent 46b09cc5
Branches
No related tags found
1 merge request!5Merge code for Iteration 2 with main
...@@ -63,7 +63,7 @@ public class SocialNetwork implements ISocialNetwork { ...@@ -63,7 +63,7 @@ public class SocialNetwork implements ISocialNetwork {
@Override @Override
public int nbBooks() { public int nbBooks() {
// TODO Auto-generated method stub // TODO Auto-generated method stub
return nbbooks; return listBook.size();
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment