Skip to content

Update tech-jobs-console.rst #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/assignments/tech-jobs-console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ for you but contains none of the code needed to work (you should leave the ``loa
``findByColumnAndValue``, since your code will look similar in some
ways.

You'll need to call ``findByValue`` from somewhere in ``main``. We'll
leave it up to you to find where. You might have noticed that when you

You might have noticed that when you
try to search all columns using the app, a message is printed, so that
is a good clue to help you find where to place this new method call.
Once you find where to call your new method, you can *Run* the program
Expand Down